Changeset 243cb86 in mainline for uspace/Makefile
- Timestamp:
- 2010-12-12T10:50:19Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8365533
- Parents:
- 101ef25c (diff), ebb98c5 (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
r101ef25c r243cb86 49 49 app/trace \ 50 50 app/top \ 51 app/usbinfo \ 51 52 app/virtusbkbd \ 52 53 app/netecho \ … … 87 88 srv/net/net \ 88 89 drv/root \ 90 drv/rootvirt \ 91 drv/test1 \ 92 drv/test2 \ 89 93 drv/vhc 90 94 … … 110 114 111 115 ifeq ($(UARCH),amd64) 116 DIRS += drv/rootpc 117 DIRS += drv/pciintel 118 DIRS += drv/isa 119 DIRS += drv/ns8250 112 120 endif 113 121 114 122 ifeq ($(UARCH),ia32) 115 DIRS += drv/root ia32123 DIRS += drv/rootpc 116 124 DIRS += drv/pciintel 117 125 DIRS += drv/isa 118 126 DIRS += drv/ns8250 119 127 DIRS += drv/uhci 128 DIRS += drv/usbhub 120 129 DIRS += drv/usbkbd 121 130 endif
Note:
See TracChangeset
for help on using the changeset viewer.