diff options
Diffstat (limited to 'roms/u-boot/board/Marvell/dreamplug/Makefile')
-rw-r--r-- | roms/u-boot/board/Marvell/dreamplug/Makefile | 10 |
1 files changed, 10 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 000000000..e239d591b --- /dev/null +++ b/roms/u-boot/board/Marvell/dreamplug/Makefile @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (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> + +obj-y := dreamplug.o |