Changeset 2b0db98 in mainline for uspace/Makefile
- Timestamp:
- 2011-01-07T14:02:56Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6986418
- Parents:
- d99120f (diff), 0f191a2 (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
rd99120f r2b0db98 38 38 app/getterm \ 39 39 app/init \ 40 app/kill \ 41 app/killall \ 40 42 app/klog \ 41 43 app/mkfat \ … … 55 57 app/nettest2 \ 56 58 app/ping \ 59 app/websrv \ 60 app/sysinfo \ 57 61 srv/clip \ 58 62 srv/devmap \ … … 79 83 srv/hw/char/s3c24xx_uart \ 80 84 srv/hw/netif/dp8390 \ 81 srv/net/cfg \82 85 srv/net/netif/lo \ 83 86 srv/net/il/arp \ … … 95 98 # 96 99 97 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 98 LIBN = \ 99 srv/net/nil/eth \ 100 srv/net/nil/nildummy 101 else 102 DIRS += \ 103 srv/net/nil/eth \ 104 srv/net/nil/nildummy 105 endif 100 DIRS += \ 101 srv/net/nil/eth \ 102 srv/net/nil/nildummy 106 103 107 104 ## Platform-specific hardware support
Note:
See TracChangeset
for help on using the changeset viewer.