Changeset 8365533 in mainline for uspace/Makefile
- Timestamp:
- 2010-12-12T10:54:43Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8dc569a, ec6ab88
- Parents:
- 243cb86 (diff), 5174c62 (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
r243cb86 r8365533 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.