[PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static
[linux-2.6] / 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