diff options
Diffstat (limited to 'qemu/roms/u-boot/board/avnet/fx12mm/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/avnet/fx12mm/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/avnet/fx12mm/Makefile b/qemu/roms/u-boot/board/avnet/fx12mm/Makefile new file mode 100644 index 000000000..618b42f89 --- /dev/null +++ b/qemu/roms/u-boot/board/avnet/fx12mm/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 += fx12mm.o + +include $(srctree)/board/xilinx/ppc405-generic/Makefile |