mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 08:59:33 +00:00
3b6851fee3
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>
12 lines
340 B
Makefile
12 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
|