10 lines
		
	
	
		
			138 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			138 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the PMC-Sierra Titan
 | |
| #
 | |
| 
 | |
| obj-y    += irq.o prom.o py-console.o setup.o
 | |
| 
 | |
| obj-$(CONFIG_SMP)		+= smp.o
 | |
| 
 | |
| ccflags-y := -Werror
 | 
