rockchip: Clean up parent directory creation for M0
authorJulius Werner <jwerner@chromium.org>
Tue, 1 Nov 2016 02:18:47 +0000 (19:18 -0700)
committerJulius Werner <jwerner@chromium.org>
Thu, 3 Nov 2016 21:57:10 +0000 (14:57 -0700)
commite77ade2887337ba5dfc55e69c3f1ed115c273a9a
tree918b13e7a2f330fa6e109f951ea900038b3cfd95
parent9c4c18fa8812f080e09b0d522fe98d0235e97320
rockchip: Clean up parent directory creation for M0

The dependencies in the M0 Makefile are not correctly laid out, which
may lead to errors with make -j if the binary target gets evaluated
before the target that creates the directory. In addition, the M0
Makefile just calls mkdir without using the platform-independent macros
from the main ARM TF build system. This patch fixes those issues,
removes some unused (and broken) M0 build targets and merges the two M0
output directories into one (since there's no real point splitting it up
and it creates more hassle).

Change-Id: Ia5002479cf9c57fea7aefa8ca88e373df3a51f61
Signed-off-by: Julius Werner <jwerner@chromium.org>
plat/rockchip/rk3399/drivers/m0/Makefile
plat/rockchip/rk3399/platform.mk