mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	This code is still using the old command typedef. It was not noticed since this file is not currently built. It is using a non-existent option in the Makefile. Drop this file since it is not needed for correct operation. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			13 lines
		
	
	
		
			293 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			293 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0+
 | 
						|
#
 | 
						|
# (C) Copyright 2016 Nexell
 | 
						|
# Hyunseok, Jung <hsjung@nexell.co.kr>
 | 
						|
 | 
						|
obj-y				+= clock.o
 | 
						|
obj-y				+= timer.o
 | 
						|
obj-y				+= reset.o
 | 
						|
obj-y				+= nx_gpio.o
 | 
						|
obj-y				+= tieoff.o
 | 
						|
obj-$(CONFIG_ARCH_S5P4418)	+= reg-call.o
 | 
						|
obj-$(CONFIG_ARCH_S5P4418)	+= nx_sec_reg.o
 |