Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 262 → Rev 261

/shark/trunk/ports/tftp/manual.txt
File deleted
/shark/trunk/ports/tftp/tftp.c
File deleted
/shark/trunk/ports/tftp/include/tftp.h
File deleted
/shark/trunk/ports/tftp/makefile
8,11 → 8,11
 
LIBRARY = tftp
 
OBJS_PATH = $(BASE)/ports/tftp
OBJS_PATH = $(BASE)/drivers/tftp
 
OBJS = tftp.o endn.o
 
OTHERINCL += -I$(BASE)/ports/tftp/include
OTHERINCL += -I$(BASE)/drivers/tftp/include
 
include $(BASE)/config/lib.mk
 
/shark/trunk/config/libdep.mk
341,7 → 341,7
# ----------------------------------------------------------------
ifeq ($(findstring __TFTP__, $(USELIB)), __TFTP__)
 
INCL += -I$(BASE)/ports/tftp/include
INCL += -I$(BASE)/drivers/tftp/include
 
# TFTP
ifeq ($(LIB_PATH)/libtftp.a,$(wildcard $(LIB_PATH)/libtftp.a))