Changeset ea28272 in mainline for uspace/Makefile
- Timestamp:
- 2010-12-30T13:43:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d770deb
- Parents:
- d70d80ed (diff), f418e51 (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
rd70d80ed rea28272 38 38 app/getterm \ 39 39 app/init \ 40 app/kill \ 40 41 app/klog \ 41 42 app/mkfat \ … … 53 54 app/nettest2 \ 54 55 app/ping \ 56 app/websrv \ 57 app/sysinfo \ 55 58 srv/clip \ 56 59 srv/devmap \ … … 85 88 srv/net/tl/tcp \ 86 89 srv/net/net \ 87 drv/root 90 drv/root \ 91 drv/rootvirt \ 92 drv/test1 \ 93 drv/test2 88 94 89 95 ## Networking 90 96 # 91 97 92 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 93 LIBN = \ 94 srv/net/nil/eth \ 95 srv/net/nil/nildummy 96 else 97 DIRS += \ 98 srv/net/nil/eth \ 99 srv/net/nil/nildummy 100 endif 98 DIRS += \ 99 srv/net/nil/eth \ 100 srv/net/nil/nildummy 101 101 102 102 ## Platform-specific hardware support … … 108 108 109 109 ifeq ($(UARCH),amd64) 110 DIRS += drv/rootpc 111 DIRS += drv/pciintel 112 DIRS += drv/isa 113 DIRS += drv/ns8250 110 114 endif 111 115 112 116 ifeq ($(UARCH),ia32) 113 DIRS += drv/root ia32117 DIRS += drv/rootpc 114 118 DIRS += drv/pciintel 115 119 DIRS += drv/isa
Note:
See TracChangeset
for help on using the changeset viewer.