Changes in uspace/srv/net/netif/lo/Makefile [849ed54:14f1db0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/lo/Makefile
r849ed54 r14f1db0 39 39 -include $(CONFIG_MAKEFILE) 40 40 41 ifeq ($(CONFIG_NET WORKING),modular)42 BINARY = lo41 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 42 LIBS += $(USPACE_PREFIX)/srv/net/nil/nildummy/libnildummy.a 43 43 endif 44 44 45 ifeq ($(CONFIG_NETWORKING),module) 46 LIBRARY = liblo 47 endif 45 BINARY = lo 48 46 49 47 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.