Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 470 → Rev 471

/shark/trunk/config/libdep.mk
86,6 → 86,18
 
endif
 
# Frame Buffer
# ----------------------------------------------------------------
ifeq ($(findstring __FB__,$(USELIB)) , __FB__)
INCL += -I$(BASE)/drivers/fb/include -I$(BASE)/drivers/linuxc26/include
ifeq ($(LIB_PATH)/libfb.a,$(wildcard $(LIB_PATH)/libfb.a))
LINK_LIB += -lfb
LIB_DEP += $(LIB_PATH)/libfb.a
endif
endif
 
# oldchar
# ----------------------------------------------------------------