11 lines
		
	
	
		
			266 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 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
 |