Linux-2.6.12-rc2
[linux-flexiantxendom0-natty.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