Changes in uspace/srv/net/cfg/Makefile [59e9398b:14f1db0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/cfg/Makefile
r59e9398b r14f1db0 36 36 -include $(CONFIG_MAKEFILE) 37 37 38 LO_SOURCE = lo.netif_standalone 39 NE2K_SOURCE = ne2k.netif_standalone 38 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 39 LO_SOURCE = lo.netif_nil_bundle 40 NE2K_SOURCE = ne2k.netif_nil_bundle 41 else 42 LO_SOURCE = lo.netif_standalone 43 NE2K_SOURCE = ne2k.netif_standalone 44 endif 40 45 41 46 LO_TARGET = lo
Note:
See TracChangeset
for help on using the changeset viewer.