8 lines
		
	
	
		
			154 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			154 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the SiS framebuffer device driver
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_FB_SIS) += sisfb.o
 | |
| 
 | |
| sisfb-objs := sis_main.o sis_accel.o init.o init301.o initextlfb.o
 |