diff options
Diffstat (limited to 'qemu/roms/u-boot/board/jse/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/jse/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/jse/Makefile b/qemu/roms/u-boot/board/jse/Makefile new file mode 100644 index 000000000..feac3a883 --- /dev/null +++ b/qemu/roms/u-boot/board/jse/Makefile @@ -0,0 +1,12 @@ +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# Copyright 2004 Picture Elements, Inc. +# Stephen Williams <steve@icarus.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y = jse.o sdram.o flash.o host_bridge.o +obj-y += init.o |