Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 283 → Rev 284

/shark/trunk/config/libdep.mk
351,4 → 351,16
 
endif
 
# SERVO
# ----------------------------------------------------------------
ifeq ($(findstring __SERVO__, $(USELIB)), __SERVO__)
 
INCL += -I$(BASE)/ports/servo/include
 
# SERVO
ifeq ($(LIB_PATH)/libservo.a,$(wildcard $(LIB_PATH)/libservo.a))
LINK_LIB += -lservo
LINK_DEP += $(LIB_PATH)/libservo.a
endif
 
endif