Changeset 606c369 in mainline for uspace/srv/net/loopip/Makefile
- Timestamp:
- 2012-04-19T21:35:14Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d520a2, 1d4262e, a7a7f8c
- Parents:
- 63920b0
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/srv/net/loopip/Makefile ¶
r63920b0 r606c369 1 1 # 2 # Copyright (c) 201 1 Radim Vansa2 # Copyright (c) 2012 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 28 28 29 29 USPACE_PREFIX = ../../.. 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBNIC_PREFIX)/libnic.a 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBNIC_PREFIX)/include 32 BINARY = lo 30 BINARY = loopip 33 31 34 32 SOURCES = \ 35 lo .c33 loopip.c 36 34 37 35 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.