Changes in uspace/Makefile [f4a2d624:a3eeef45] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rf4a2d624 ra3eeef45 53 53 app/nettest2 \ 54 54 app/ping \ 55 app/websrv \56 55 app/sysinfo \ 57 56 srv/clip \ … … 95 94 # 96 95 97 DIRS += \ 98 srv/net/nil/eth \ 99 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 100 105 101 106 ## Platform-specific hardware support
Note:
See TracChangeset
for help on using the changeset viewer.