diff options
Diffstat (limited to 'qemu/roms/u-boot/board/Marvell/aspenite/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/Marvell/aspenite/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/Marvell/aspenite/Makefile b/qemu/roms/u-boot/board/Marvell/aspenite/Makefile new file mode 100644 index 000000000..726d0e43d --- /dev/null +++ b/qemu/roms/u-boot/board/Marvell/aspenite/Makefile @@ -0,0 +1,10 @@ +# +# (C) Copyright 2010 +# Marvell Semiconductor <www.marvell.com> +# Written-by: Prafulla Wadaskar <prafulla@marvell.com> +# Contributor: Mahavir Jain <mjain@marvell.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := aspenite.o |