From c418addfa9e758b05531eb37498c6fa0317d2c64 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Fri, 8 Jul 2016 11:30:58 +0800 Subject: board: move all the rockchip board in one folder The 'evb_rk3036' and 'kylin' is not a vendor name, let's replace them to 'rockchip' which is a real _vendor_ name, and meet the architecure 'board///'. More boards from rockchip like evb_rk3288, evb_rk3399 will comes later. Signed-off-by: Kever Yang Reviewed-by: Eddie Cai --- board/rockchip/kylin_rk3036/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/rockchip/kylin_rk3036/Makefile (limited to 'board/rockchip/kylin_rk3036/Makefile') diff --git a/board/rockchip/kylin_rk3036/Makefile b/board/rockchip/kylin_rk3036/Makefile new file mode 100644 index 0000000000..0663270506 --- /dev/null +++ b/board/rockchip/kylin_rk3036/Makefile @@ -0,0 +1,7 @@ +# +# (C) Copyright 2015 Google, Inc +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += kylin_rk3036.o -- cgit