Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

# TFTP

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = tftp

OBJS_PATH     = $(BASE)/drivers/tftp

OBJS = tftp.o endn.o

OTHERINCL += -I$(BASE)/drivers/tftp/include

include $(BASE)/config/lib.mk

clean::
        rm -f *.o