]> git.sur5r.net Git - u-boot/commit
rockchip: board: evb-rk3128: add empty Makefile
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 28 Nov 2017 11:30:37 +0000 (12:30 +0100)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Thu, 30 Nov 2017 21:55:27 +0000 (22:55 +0100)
commitf9cf8cbb9e23952c5585ab3a548af3599a925578
tree3f3a2931c1826fe6d7d5110877e043b2ca7a280f
parentb7aef28953384f467521d9c981c6a8b1d5dc1ea9
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>
board/rockchip/evb_rk3128/Makefile [new file with mode: 0644]
board/rockchip/evb_rk3128/evk-rk3128.c [new file with mode: 0644]