
On 12/23/21 08:26, Tony Dinh wrote:
Add board Makefile for Pogoplug V4
Signed-off-by: Tony Dinh mibodhi@gmail.com
Nitpicking: In the subject you write "Make file". Please change this to "Makefile" there as well.
Other than this:
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan
Changes in v2:
Merge all constants into the pogo_v4.c file, remove pogo_v4.h
board/cloudengines/pogo_v4/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 board/cloudengines/pogo_v4/Makefile
diff --git a/board/cloudengines/pogo_v4/Makefile b/board/cloudengines/pogo_v4/Makefile new file mode 100644 index 0000000000..511bf5ff7e --- /dev/null +++ b/board/cloudengines/pogo_v4/Makefile @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2014-2021 Tony Dinh mibodhi@gmail.com +# +# Based on +# Marvell Semiconductor <www.marvell.com> +# Written-by: Prafulla Wadaskar prafulla@marvell.com +#
+obj-y := pogo_v4.o
Viele Grüße, Stefan Roese