diff options
Diffstat (limited to 'qemu/roms/u-boot/board/davedenx/qong/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/davedenx/qong/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/davedenx/qong/Makefile b/qemu/roms/u-boot/board/davedenx/qong/Makefile new file mode 100644 index 000000000..48c443d76 --- /dev/null +++ b/qemu/roms/u-boot/board/davedenx/qong/Makefile @@ -0,0 +1,11 @@ +# +# (C) Copyright 2009 +# Ilya Yanok, Emcraft Systems Ltd, <yanok@emcraft.com> +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := qong.o fpga.o +obj-y += lowlevel_init.o |