Creation of Cybook 2416 (actually Gen4) repository
This commit is contained in:
10
drivers/video/intelfb/Makefile
Normal file
10
drivers/video/intelfb/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user