Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 556 → Rev 508

/shark/trunk/config/libdep.mk
162,9 → 162,6
 
# cons
ifeq ($(LIB_PATH)/libcons.a,$(wildcard $(LIB_PATH)/libcons.a))
 
INCL += -I$(BASE)/drivers/cons/include
 
LINK_LIB += -lcons
LIB_DEP += $(LIB_PATH)/libcons.a
endif
/shark/trunk/config/mk/linux.mk
23,10 → 23,6
endif
endif
 
ifeq ($(findstring VM86,$(BIOS)) , VM86)
CFG_OPT += -DVM86
endif
 
ifeq ($(findstring NEW,$(TRACER)) , NEW)
CFG_OPT += -D__NEW_TRACER__
endif
39,7 → 35,7
CFG_VIDEO_OPT += -DCONFIG_FB_VESA -DCONFIG_LOGO
endif
ifeq ($(findstring FINDPCI,$(FB)) , FINDPCI)
CFG_VIDEO_OPT += -DCONFIG_FB_RIVA -DCONFIG_FB_RADEON -DCONFIG_FB_MATROX -DCONFIG_LOGO -DCONFIG_FB_MATROX_G100 -DCONFIG_FB_MATROX_MILLENIUM -DCONFIG_FB_MATROX_MYSTIQUE
CFG_VIDEO_OPT += -DCONFIG_FB_RIVA -DCONFIG_FB_RADEON -DCONFIG_FB_MATROX -DCONFIG_LOGO
endif
ifeq ($(findstring VGA16,$(FB)) , VGA16)
CFG_VIDEO_OPT += -DCONFIG_FB_VGA16