Changes in uspace/Makefile [c4faa0c:a3eeef45] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rc4faa0c ra3eeef45 38 38 app/getterm \ 39 39 app/init \ 40 app/kill \41 app/killall \42 40 app/klog \ 43 41 app/mkfat \ … … 55 53 app/nettest2 \ 56 54 app/ping \ 57 app/websrv \58 55 app/sysinfo \ 59 56 srv/clip \ … … 97 94 # 98 95 99 DIRS += \ 100 srv/net/nil/eth \ 101 srv/net/nil/nildummy 96 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 97 LIBN = \ 98 srv/net/nil/eth \ 99 srv/net/nil/nildummy 100 else 101 DIRS += \ 102 srv/net/nil/eth \ 103 srv/net/nil/nildummy 104 endif 102 105 103 106 ## Platform-specific hardware support
Note:
See TracChangeset
for help on using the changeset viewer.