Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 259 → Rev 258

/shark/trunk/config/libdep.mk
337,18 → 337,4
 
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