diff options
Diffstat (limited to 'qemu/roms/u-boot/board/avnet/v5fx30teval/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/avnet/v5fx30teval/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/avnet/v5fx30teval/Makefile b/qemu/roms/u-boot/board/avnet/v5fx30teval/Makefile new file mode 100644 index 000000000..8c41af02d --- /dev/null +++ b/qemu/roms/u-boot/board/avnet/v5fx30teval/Makefile @@ -0,0 +1,11 @@ +# +# (C) Copyright 2008 +# Ricardo Ribalda,Universidad Autonoma de Madrid, ricardo.ribalda@uam.es +# This work has been supported by: Qtechnology http://qtec.com/ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += v5fx30teval.o + +include $(srctree)/board/xilinx/ppc440-generic/Makefile |