Changeset f4f866c in mainline for uspace/srv/net/netif/lo/Makefile
- Timestamp:
- 2010-04-23T21:42:26Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6c39a907
- Parents:
- 38aaacc2 (diff), 80badbe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/lo/Makefile
r38aaacc2 rf4f866c 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.