diff options
Diffstat (limited to 'qemu/roms/u-boot/board/esd/otc570/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/esd/otc570/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/esd/otc570/Makefile b/qemu/roms/u-boot/board/esd/otc570/Makefile new file mode 100644 index 000000000..740bb0a28 --- /dev/null +++ b/qemu/roms/u-boot/board/esd/otc570/Makefile @@ -0,0 +1,13 @@ +# +# (C) Copyright 2003-2008 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2008 +# Stelian Pop <stelian@popies.net> +# Lead Tech Design <www.leadtechdesign.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += otc570.o +obj-$(CONFIG_HAS_DATAFLASH) += partition.o |