Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1681 → Rev 1685

/shark/branches/xen/ports/tftp/Makefile
1,20 → 1,6
# TFTP
targets:= libtftp.a
 
ifndef BASE
BASE=../..
endif
libtftp.a-objs:= tftp.o endn.o
 
include $(BASE)/config/config.mk
cppflags+= -I$(srctree)/ports/tftp/include -I$(srctree)/drivers/net/include/
 
LIBRARY = tftp
 
OBJS_PATH = $(BASE)/ports/tftp
 
OBJS = tftp.o endn.o
 
OTHERINCL += -I$(BASE)/ports/tftp/include -I$(BASE)/drivers/net/include/
 
include $(BASE)/config/lib.mk
 
clean::
rm -f *.o