diff options
author | Philipp Tomsich | 2017-11-28 12:30:37 +0100 |
---|---|---|
committer | Philipp Tomsich | 2017-11-30 22:55:27 +0100 |
commit | f9cf8cbb9e23952c5585ab3a548af3599a925578 (patch) | |
tree | 3f3a2931c1826fe6d7d5110877e043b2ca7a280f /board | |
parent | b7aef28953384f467521d9c981c6a8b1d5dc1ea9 (diff) |
rockchip: board: evb-rk3128: add empty Makefile
Even if the board-specific directory Makefile doesn't have any
targets, it still needs to exist.
This adds a minimal Makefile for the board/rockchip/evb_rk3128
directory and a evk-rk3128.c (as built-in.o needs to be built
for every directory that a Makefile gets run for).
Fixes: c7a6866 ("rockchip: rk3128: add evb-rk3128 support")
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/rockchip/evb_rk3128/Makefile | 5 | ||||
-rw-r--r-- | board/rockchip/evb_rk3128/evk-rk3128.c | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/board/rockchip/evb_rk3128/Makefile b/board/rockchip/evb_rk3128/Makefile new file mode 100644 index 00000000000..078bb898c68 --- /dev/null +++ b/board/rockchip/evb_rk3128/Makefile @@ -0,0 +1,5 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += evk-rk3128.o diff --git a/board/rockchip/evb_rk3128/evk-rk3128.c b/board/rockchip/evb_rk3128/evk-rk3128.c new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/board/rockchip/evb_rk3128/evk-rk3128.c |