Changeset 973ef9fc in mainline for uspace/Makefile
- Timestamp:
- 2010-12-25T21:20:28Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 631ee0c
- Parents:
- 1bfd3d3 (diff), 09178b7f (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
r1bfd3d3 r973ef9fc 46 46 app/tasks \ 47 47 app/tester \ 48 app/test_serial \49 48 app/tetris \ 50 49 app/trace \ … … 54 53 app/nettest2 \ 55 54 app/ping \ 55 app/sysinfo \ 56 56 srv/clip \ 57 57 srv/devmap \ … … 86 86 srv/net/tl/tcp \ 87 87 srv/net/net \ 88 drv/root 88 drv/root \ 89 drv/rootvirt \ 90 drv/test1 \ 91 drv/test2 89 92 90 93 ## Networking 91 94 # 92 95 93 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 94 LIBN = \ 95 srv/net/nil/eth \ 96 srv/net/nil/nildummy 97 else 98 DIRS += \ 99 srv/net/nil/eth \ 100 srv/net/nil/nildummy 101 endif 96 DIRS += \ 97 srv/net/nil/eth \ 98 srv/net/nil/nildummy 102 99 103 100 ## Platform-specific hardware support … … 109 106 110 107 ifeq ($(UARCH),amd64) 108 DIRS += drv/rootpc 109 DIRS += drv/pciintel 110 DIRS += drv/isa 111 DIRS += drv/ns8250 111 112 endif 112 113 113 114 ifeq ($(UARCH),ia32) 114 DIRS += drv/root ia32115 DIRS += drv/rootpc 115 116 DIRS += drv/pciintel 116 117 DIRS += drv/isa
Note:
See TracChangeset
for help on using the changeset viewer.