diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2016-07-08 11:30:58 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-25 20:44:19 -0600 |
commit | c418addfa9e758b05531eb37498c6fa0317d2c64 (patch) | |
tree | fdaf3a67428c0403f5bf15bfcfe50df115c7efc0 /board/rockchip/kylin_rk3036/Makefile | |
parent | 744368d6ae3ea5cf73407c24d8e44b2a83b7f659 (diff) |
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/<vendor>/<board-name>/'.
More boards from rockchip like evb_rk3288, evb_rk3399 will comes later.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Eddie Cai <eddie.cai.kernel@gmail.com>
Diffstat (limited to 'board/rockchip/kylin_rk3036/Makefile')
-rw-r--r-- | board/rockchip/kylin_rk3036/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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 |