Subversion Repositories shark

Rev

Rev 468 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# Frame Buffer Linux 2.6 Driver

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = fb

OBJS_PATH     = $(BASE)/drivers/fb

OBJS = fbmem.o fbcmap.o cfbfillrect.o softcursor.o cfbcopyarea.o cfbimgblt.o\
        vga16fb.o vgastate.o vesafb.o shark_fb.o

OTHERINCL += -I$(BASE)/drivers/linuxc26/include

C_OPT += -D__KERNEL__ -D__i386__ -DCONFIG_FB_VGA16

include $(BASE)/config/lib.mk

clean::
        rm -f $(OBJS)