Changeset 4006447 in mainline for uspace/Makefile
- Timestamp:
- 2010-12-06T20:03:54Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0bd08d
- Parents:
- b38dfd8 (diff), 463e734 (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
rb38dfd8 r4006447 85 85 srv/net/tl/tcp \ 86 86 srv/net/net \ 87 drv/root 87 drv/root \ 88 drv/rootvirt \ 89 drv/test1 \ 90 drv/test2 88 91 89 92 ## Networking … … 108 111 109 112 ifeq ($(UARCH),amd64) 113 DIRS += drv/rootpc 114 DIRS += drv/pciintel 115 DIRS += drv/isa 116 DIRS += drv/ns8250 110 117 endif 111 118 112 119 ifeq ($(UARCH),ia32) 113 DIRS += drv/root ia32120 DIRS += drv/rootpc 114 121 DIRS += drv/pciintel 115 122 DIRS += drv/isa
Note:
See TracChangeset
for help on using the changeset viewer.