Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / drivers / video / intelfb / Makefile
blob6c782d3ae1bede62c0bc8a7c93526c144d102600
1 obj-$(CONFIG_FB_INTEL) += intelfb.o
3 intelfb-y := intelfbdrv.o intelfbhw.o
4 intelfb-$(CONFIG_FB_INTEL_I2C) += intelfb_i2c.o
5 intelfb-objs := $(intelfb-y)
7 ifdef CONFIG_FB_INTEL_DEBUG
8 #EXTRA_CFLAGS += -DDEBUG -DVERBOSE -DREGDUMP
9 EXTRA_CFLAGS += -DDEBUG -DREGDUMP
10 endif