Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1680 → Rev 1681

/shark/branches/xen/ports/tftp/makefile
File deleted
/shark/branches/xen/ports/tftp/Makefile
0,0 → 1,20
# TFTP
 
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
 
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