Makefile: clean bl31_*.bin
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 7 May 2019 18:52:11 +0000 (00:22 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 26 Jun 2019 13:11:27 +0000 (21:11 +0800)
commitcc2cf69093bdb0154d5fa063772502f02fbbc16c
tree5faec12638253737444767a55e9f65c91ba20c26
parent8f06f0cee3d35f3ac05c5c43f1b2040241192b4d
Makefile: clean bl31_*.bin

Rockchip platform has its python script that would generate various
bl31_*bin for creating u-boot.itb file by taking bl31.elf as input.

These bl31_*.bin files are generated in u-boot root directory and
have no rule to clean it up. so add support for it by adding in
command entry of clean target in Makefile.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Makefile