Re: [PATCH] Makefile: Let mrproper remove flash.bin and flash.log

2020-01-23 Thread Tom Rini
On Tue, Jan 07, 2020 at 03:50:32PM -0300, Fabio Estevam wrote: > 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'. > > In

[PATCH] Makefile: Let mrproper remove flash.bin and flash.log

2020-01-07 Thread Fabio Estevam
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 delet