mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-22 03:03:05 +00:00
5d409d45df
This option does not exist but presumably means to point to CONFIG_TARGET_CONTROLCENTERDC. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
13 lines
380 B
Makefile
13 lines
380 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2007
|
|
# Stefan Roese, DENX Software Engineering, sr@denx.de.
|
|
|
|
obj-$(CONFIG_SYS_FPGA_COMMON) += fpga.o
|
|
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
|