diff options
Diffstat (limited to 'roms/u-boot/board/gdsys/common/Makefile')
-rw-r--r-- | roms/u-boot/board/gdsys/common/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/board/gdsys/common/Makefile b/roms/u-boot/board/gdsys/common/Makefile new file mode 100644 index 000000000..dd6d5e69d --- /dev/null +++ b/roms/u-boot/board/gdsys/common/Makefile @@ -0,0 +1,13 @@ +# 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 |