16 lines
		
	
	
		
			572 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			572 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0+
 | 
						|
#
 | 
						|
# (C) Copyright 2000-2006
 | 
						|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 | 
						|
 | 
						|
obj-y = cpu_info.o
 | 
						|
obj-y += emac.o
 | 
						|
 | 
						|
obj-$(CONFIG_DISPLAY_BOARDINFO) += board.o
 | 
						|
obj-$(CONFIG_GLOBAL_TIMER) += timer.o
 | 
						|
obj-$(CONFIG_TMU_TIMER) += ../../sh/lib/time.o
 | 
						|
obj-$(CONFIG_SH73A0) += lowlevel_init.o cpu_info-sh73a0.o pfc-sh73a0.o
 | 
						|
obj-$(CONFIG_R8A7740) += lowlevel_init.o cpu_info-r8a7740.o pfc-r8a7740.o
 | 
						|
obj-$(CONFIG_RCAR_GEN2) += lowlevel_init_ca15.o cpu_info-rcar.o
 | 
						|
obj-$(CONFIG_RCAR_GEN3) += lowlevel_init_gen3.o cpu_info-rcar.o memmap-gen3.o
 |