mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01:00 
			
		
		
		
	This is not used since CONFIG_SYS_FPGA_COMMON is not defined anywhere. Drop the code and the Makefile rule. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			13 lines
		
	
	
		
			340 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			340 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0+
 | |
| #
 | |
| # (C) Copyright 2007
 | |
| # Stefan Roese, DENX Software Engineering, sr@denx.de.
 | |
| 
 | |
| obj-$(CONFIG_CMD_IOLOOP) += cmd_ioloop.o
 | |
| obj-$(CONFIG_TARGET_CONTROLCENTERDC) += dp501.o
 | |
| obj-$(CONFIG_TARGET_GAZERBEAM) += osd.o ihs_mdio.o ioep-fpga.o
 | |
| 
 | |
| ifdef CONFIG_OSD
 | |
| obj-$(CONFIG_GDSYS_LEGACY_OSD_CMDS) += osd_cmd.o
 | |
| endif
 |