diff options
Diffstat (limited to 'qemu/roms/u-boot/board/eukrea/cpu9260/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/eukrea/cpu9260/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/eukrea/cpu9260/Makefile b/qemu/roms/u-boot/board/eukrea/cpu9260/Makefile new file mode 100644 index 000000000..e34792ac4 --- /dev/null +++ b/qemu/roms/u-boot/board/eukrea/cpu9260/Makefile @@ -0,0 +1,17 @@ +# +# (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> +# Ilko Iliev <www.ronetix.at> +# +# (C) Copyright 2009 +# Eric Benard <eric@eukrea.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += cpu9260.o +obj-y += led.o |