commit | 0bf708e81c7462864c0d320fe2197d07952b9d2b | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Tue Jan 07 15:50:32 2020 -0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 23 07:29:58 2020 -0500 |
tree | 80244785fdf30edbf7cf713440344ce9f25f004b | |
parent | a2fe8b2b44ca94610b4838583e38166891c7a198 [diff] |
Makefile: Let mrproper remove flash.bin and flash.log In order to generate a bootable U-Boot binary for i.MX8QXP MEK we need to run: $ make imx8qxp_mek_defconfig $ make flash.bin The resultant flash.bin and flash.log are not removed after running 'make mrproper'. Include these files into the CLEAN_FILES list entry so that they can be properly deleted after 'make mrproper'. Signed-off-by: Fabio Estevam <festevam@gmail.com>