drm/i915: Use a device flag for non-interruptible phases
[deliverable/linux.git] / drivers / video / intelfb / Makefile
1 obj-$(CONFIG_FB_INTEL) += intelfb.o
2
3 intelfb-y := intelfbdrv.o intelfbhw.o
4 intelfb-$(CONFIG_FB_INTEL_I2C) += intelfb_i2c.o
5 intelfb-objs := $(intelfb-y)
6
7 ifdef CONFIG_FB_INTEL_DEBUG
8 #EXTRA_CFLAGS += -DDEBUG -DVERBOSE -DREGDUMP
9 EXTRA_CFLAGS += -DDEBUG -DREGDUMP
10 endif
This page took 0.050118 seconds and 5 git commands to generate.