diff options
Diffstat (limited to 'roms/u-boot/board/Marvell/dreamplug/Makefile')
-rw-r--r-- | roms/u-boot/board/Marvell/dreamplug/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/board/Marvell/dreamplug/Makefile b/roms/u-boot/board/Marvell/dreamplug/Makefile new file mode 100644 index 00000000..23e6c531 --- /dev/null +++ b/roms/u-boot/board/Marvell/dreamplug/Makefile @@ -0,0 +1,12 @@ +# +# (C) Copyright 2011 +# Jason Cooper <u-boot@lakedaemon.net> +# +# Based on work by: +# Marvell Semiconductor <www.marvell.com> +# Written-by: Siddarth Gore <gores@marvell.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := dreamplug.o |