Changeset 7bdcc45 in mainline for uspace/Makefile
- Timestamp:
- 2010-12-16T16:38:49Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7837101
- Parents:
- 8e58f94 (diff), eb221e5 (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
r8e58f94 r7bdcc45 46 46 app/tasks \ 47 47 app/tester \ 48 app/test_serial \49 48 app/tetris \ 50 49 app/trace \ … … 86 85 srv/net/tl/tcp \ 87 86 srv/net/net \ 88 drv/root 87 drv/root \ 88 drv/rootvirt \ 89 drv/test1 \ 90 drv/test2 89 91 90 92 ## Networking … … 109 111 110 112 ifeq ($(UARCH),amd64) 113 DIRS += drv/rootpc 114 DIRS += drv/pciintel 115 DIRS += drv/isa 116 DIRS += drv/ns8250 111 117 endif 112 118 113 119 ifeq ($(UARCH),ia32) 114 DIRS += drv/root ia32120 DIRS += drv/rootpc 115 121 DIRS += drv/pciintel 116 122 DIRS += drv/isa
Note:
See TracChangeset
for help on using the changeset viewer.