Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 258 → Rev 259

/shark/trunk/config/libdep.mk
337,4 → 337,18
 
endif
 
# TFTP
# ----------------------------------------------------------------
ifeq ($(findstring __TFTP__, $(USELIB)), __TFTP__)
 
INCL += -I$(BASE)/drivers/tftp/include
 
# TFTP
ifeq ($(LIB_PATH)/libtftp.a,$(wildcard $(LIB_PATH)/libtftp.a))
LINK_LIB += -ltftp
LINK_DEP += $(LIB_PATH)/libtftp.a
endif
 
endif