Rev 262 | Details | Compare with Previous | 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 | |||
262 | giacomo | 11 | OBJS_PATH = $(BASE)/ports/tftp |
261 | giacomo | 12 | |
13 | OBJS = tftp.o endn.o |
||
14 | |||
637 | giacomo | 15 | OTHERINCL += -I$(BASE)/ports/tftp/include -I$(BASE)/drivers/net/include/ |
261 | giacomo | 16 | |
17 | include $(BASE)/config/lib.mk |
||
18 | |||
19 | clean:: |
||
20 | rm -f *.o |