Changeset c621f4aa in mainline for uspace/srv/net/il/arp/Makefile
- Timestamp:
- 2010-07-25T10:11:13Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 377cce8
- Parents:
- 24a2517 (diff), a2da43c (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 moved
-
uspace/srv/net/il/arp/Makefile (moved) (moved from boot/arch/arm32/loader/Makefile.common ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/arp/Makefile
r24a2517 rc621f4aa 1 1 # 2 2 # Copyright (c) 2005 Martin Decky 3 # Copyright (c) 2007 Jakub Jermar 3 4 # All rights reserved. 4 5 # … … 27 28 # 28 29 30 USPACE_PREFIX = ../../../.. 31 LIBS = $(LIBNET_PREFIX)/libnet.a $(LIBSOCKET_PREFIX)/libsocket.a 32 EXTRA_CFLAGS = -I$(LIBNET_PREFIX)/include -I$(LIBSOCKET_PREFIX)/include 33 BINARY = arp 29 34 30 ## Common names 31 # 35 SOURCES = \ 36 arp.c \ 37 arp_module.c 32 38 33 include ../../../Makefile.common 34 35 DEPEND = Makefile.depend 36 DEPEND_PREV = $(DEPEND).prev 37 JOB = image.job 38 OUTPUT = image.boot 39 40 LINK = _link.ld 41 COMPS = _components 42 43 KERNELDIR = ../../../../kernel 44 USPACEDIR = ../../../../uspace 45 46 RD_SRVS += $(USPACEDIR)/srv/bd/gxe_bd/gxe_bd 39 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
