mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
7c964c3b93
These boards have not been converted to CONFIG_DM_MMC, along with other DM conversions, by the deadline. Remove them. Cc: Dirk Eibach <dirk.eibach@gdsys.cc> Signed-off-by: Tom Rini <trini@konsulko.com>
13 lines
372 B
Makefile
13 lines
372 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_CONTROLCENTERD) += 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
|