diff options
Diffstat (limited to 'qemu/roms/u-boot/board/ispan/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/ispan/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/ispan/Makefile b/qemu/roms/u-boot/board/ispan/Makefile new file mode 100644 index 000000000..39931fdfd --- /dev/null +++ b/qemu/roms/u-boot/board/ispan/Makefile @@ -0,0 +1,11 @@ +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# Copyright (C) 2004 Arabella Software Ltd. +# Yuli Barcohen <yuli@arabellasw.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := ispan.o |