Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[deliverable/linux.git] / drivers / video / intelfb / Makefile
CommitLineData
1da177e4
LT
1obj-$(CONFIG_FB_INTEL) += intelfb.o
2
1f6e8449
DM
3intelfb-y := intelfbdrv.o intelfbhw.o
4intelfb-$(CONFIG_FB_INTEL_I2C) += intelfb_i2c.o
5intelfb-objs := $(intelfb-y)
1da177e4
LT
6
7ifdef CONFIG_FB_INTEL_DEBUG
8#EXTRA_CFLAGS += -DDEBUG -DVERBOSE -DREGDUMP
9EXTRA_CFLAGS += -DDEBUG -DREGDUMP
10endif
This page took 0.395024 seconds and 5 git commands to generate.