Re: [PATCH v2 6/8] arm: kirkwood: Pogoplug-V4 : Add board Make file

2022-01-13 Thread Stefan Roese
On 12/23/21 08:26, Tony Dinh wrote: Add board Makefile for Pogoplug V4 Signed-off-by: Tony Dinh Nitpicking: In the subject you write "Make file". Please change this to "Makefile" there as well. Other than this: Reviewed-by: Stefan Roese Thanks, Stefan --- Changes in v2: - Merge all con

[PATCH v2 6/8] arm: kirkwood: Pogoplug-V4 : Add board Make file

2021-12-22 Thread Tony Dinh
Add board Makefile for Pogoplug V4 Signed-off-by: Tony Dinh --- 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 --g