From d8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5 Mon Sep 17 00:00:00 2001 From: huang lin Date: Tue, 17 Nov 2015 14:20:28 +0800 Subject: rockchip: Add basic support for evb-rk3036 board This add some basic files required to allow the board to dispaly serial message and can run command(mmc info etc) Signed-off-by: Lin Huang Acked-by: Simon Glass Moved board Kconfig fragment from previous patch into this one to fix build error: Signed-off-by: Simon Glass Series-changes: 8 - moved board Kconfig fragment from previous patch into this one --- board/evb_rk3036/evb_rk3036/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/evb_rk3036/evb_rk3036/Makefile (limited to 'board/evb_rk3036/evb_rk3036/Makefile') diff --git a/board/evb_rk3036/evb_rk3036/Makefile b/board/evb_rk3036/evb_rk3036/Makefile new file mode 100644 index 0000000000..0403836e13 --- /dev/null +++ b/board/evb_rk3036/evb_rk3036/Makefile @@ -0,0 +1,7 @@ +# +# (C) Copyright 2015 Google, Inc +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += evb_rk3036.o -- cgit v1.2.1