Subversion Repositories shark

Rev

Rev 1681 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1681 fabio 1
targets:= libfb.a
466 giacomo 2
 
1681 fabio 3
libfb.a-objs:=		\
4
	fbmem.o		\
5
	fbcmap.o	\
6
	cfbfillrect.o	\
7
	softcursor.o	\
8
	cfbcopyarea.o	\
9
	cfbimgblt.o	\
10
	modedb.o	\
11
	vga16fb.o	\
12
	vgastate.o	\
13
	vesafb.o	\
14
	radeonfb.o	\
15
	shark_fb26.o	\
16
	gdvesa.o	\
17
	logo.o		\
18
	logo_bmp.o	\
19
	riva/		\
20
	fun16.o		\
21
	matrox/
466 giacomo 22
 
1681 fabio 23
exported-cppflags:= -I$(srctree)/drivers/linuxc26/include \
24
	-I$(curdir)/include -I$(curdir) -D__KERNEL__ -D__i386__
466 giacomo 25
 
1681 fabio 26
exported-clfags:= $(CFG_VIDEO_OPT)
466 giacomo 27