diff options
Diffstat (limited to 'qemu/roms/u-boot/board/in-circuit/grasshopper/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/in-circuit/grasshopper/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/in-circuit/grasshopper/Makefile b/qemu/roms/u-boot/board/in-circuit/grasshopper/Makefile new file mode 100644 index 000000000..04576358f --- /dev/null +++ b/qemu/roms/u-boot/board/in-circuit/grasshopper/Makefile @@ -0,0 +1,10 @@ +# +# (C) Copyright 2001-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# Copyright (C) 2011 +# Corscience GmbH & Co.KG, Andreas Bießmann <biessmann@corscience.de> +# +# SPDX-License-Identifier: GPL-2.0+ + +obj-y += grasshopper.o |