Changes in uspace/srv/net/Makefile [5e18892:9b87284] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/Makefile
r5e18892 r9b87284 31 31 DIRS = \ 32 32 netif/lo \ 33 netif/dp8390 \34 33 nil/eth \ 35 34 nil/nildummy \ … … 48 47 tl/udp \ 49 48 tl/tcp \ 49 50 ifeq ($(CONFIG_NETIF_DP8390),y) 51 DIRS += netif/dp8390 52 endif 50 53 51 54 DIRS_ALL = $(DIRS) $(DIRS_MODULAR)
Note:
See TracChangeset
for help on using the changeset viewer.