This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / drivers / video / intelfb / Makefile
1 obj-$(CONFIG_FB_INTEL) += intelfb.o
2
3 intelfb-objs := intelfbdrv.o intelfbhw.o
4
5 ifdef CONFIG_FB_INTEL_DEBUG
6 #EXTRA_CFLAGS += -DDEBUG -DVERBOSE -DREGDUMP
7 EXTRA_CFLAGS += -DDEBUG -DREGDUMP
8 endif