Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 141 → Rev 142

/shark/trunk/config/libdep.mk
295,3 → 295,18
endif
 
endif
 
# DIDMA
# ----------------------------------------------------------------
ifeq ($(findstring __DIDMA__, $(USELIB)), __DIDMA__)
 
INCL += -I$(BASE)/ports/didma/include
 
# DIDMA
ifeq ($(LIB_PATH)/libdidma.a,$(wildcard $(LIB_PATH)/libdidma.a))
LINK_LIB += -ldidma
LINK_DEP += $(LIB_PATH)/libdidma.a
endif
 
endif