Changeset 7964475 in mainline for uspace/Makefile
- Timestamp:
- 2010-12-10T15:08:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c01255c
- Parents:
- b5ec347 (diff), cdc1aa1 (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
rb5ec347 r7964475 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
Note:
See TracChangeset
for help on using the changeset viewer.