1f6e8449e1
[07/07] intelfb: adds an option to enable I2C support in the intelfb driver. Also adds the intel_i2c.c file to the Makefile. Signed-off-by: Dennis Munsie <dmunsie@cecropia.com>
10 lines
266 B
Makefile
10 lines
266 B
Makefile
obj-$(CONFIG_FB_INTEL) += intelfb.o
|
|
|
|
intelfb-y := intelfbdrv.o intelfbhw.o
|
|
intelfb-$(CONFIG_FB_INTEL_I2C) += intelfb_i2c.o
|
|
intelfb-objs := $(intelfb-y)
|
|
|
|
ifdef CONFIG_FB_INTEL_DEBUG
|
|
#EXTRA_CFLAGS += -DDEBUG -DVERBOSE -DREGDUMP
|
|
EXTRA_CFLAGS += -DDEBUG -DREGDUMP
|
|
endif
|