13 lines
		
	
	
		
			189 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			189 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # arch/arm/mach-s3c2412/Makefile
 | |
| #
 | |
| # Copyright 2007 Simtec Electronics
 | |
| #
 | |
| # Licensed under GPLv2
 | |
| 
 | |
| obj-y				:=
 | |
| obj-m				:=
 | |
| obj-n				:=
 | |
| obj-				:=
 | |
| 
 | |
| obj-$(CONFIG_S3C2412_CPUFREQ)	+= cpu-freq.o
 | 
