diff options
Diffstat (limited to 'qemu/roms/u-boot/board/Marvell/openrd/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/Marvell/openrd/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/Marvell/openrd/Makefile b/qemu/roms/u-boot/board/Marvell/openrd/Makefile new file mode 100644 index 000000000..8f95b7922 --- /dev/null +++ b/qemu/roms/u-boot/board/Marvell/openrd/Makefile @@ -0,0 +1,14 @@ +# +# (C) Copyright 2009 +# Net Insight <www.netinsight.net> +# Written-by: Simon Kagstrom <simon.kagstrom@netinsight.net> +# +# Based on sheevaplug: +# (C) Copyright 2009 +# Marvell Semiconductor <www.marvell.com> +# Written-by: Prafulla Wadaskar <prafulla@marvell.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := openrd.o |