Changeset 1eb272d in mainline for uspace/Makefile
- Timestamp:
- 2010-12-12T09:14:38Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94c19b8
- Parents:
- ee0d8a8 (diff), b9eb93f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ree0d8a8 r1eb272d 90 90 drv/rootvirt \ 91 91 drv/test1 \ 92 drv/test2 \ 93 drv/vhc 92 drv/test2 94 93 95 94 ## Networking … … 118 117 DIRS += drv/isa 119 118 DIRS += drv/ns8250 119 DIRS += drv/uhci 120 DIRS += drv/usbhub 121 DIRS += drv/usbkbd 122 DIRS += drv/vhc 120 123 endif 121 124 … … 128 131 DIRS += drv/usbhub 129 132 DIRS += drv/usbkbd 133 DIRS += drv/vhc 130 134 endif 131 135
Note:
See TracChangeset
for help on using the changeset viewer.