
22 Jun
2019
22 Jun
'19
9:09 p.m.
On Thu, 23 May 2019 at 11:39, Jean-Jacques Hiblot jjhiblot@ti.com wrote:
To reduce the complexity of the Makefile, let the generator tell what its dependencies are. For this purpose use the "--deps" option.
Signed-off-by: Jean-Jacques Hiblot jjhiblot@ti.com
Changes in v3: None Changes in v2: None
Makefile | 9 ++------- arch/arm/mach-imx/mkimage_fit_atf.sh | 7 +++++++ arch/arm/mach-rockchip/make_fit_atf.py | 8 ++++++++ board/sunxi/mksunxi_fit_atf.sh | 5 +++++ 4 files changed, 22 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org