Subversion Repositories shark

Rev

Rev 262 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
261 giacomo 1
# TFTP
2
 
3
ifndef BASE
4
BASE=../..
5
endif
6
 
7
include $(BASE)/config/config.mk
8
 
9
LIBRARY       = tftp
10
 
11
OBJS_PATH     = $(BASE)/drivers/tftp
12
 
13
OBJS = tftp.o endn.o
14
 
15
OTHERINCL += -I$(BASE)/drivers/tftp/include
16
 
17
include $(BASE)/config/lib.mk
18
 
19
clean::
20
	rm -f *.o