]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Let mrproper remove flash.bin and flash.log
authorFabio Estevam <festevam@gmail.com>
Tue, 7 Jan 2020 18:50:32 +0000 (15:50 -0300)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jan 2020 12:29:58 +0000 (07:29 -0500)
commit43fb88819a0eb821a459118488fbea9a27e05322
tree80244785fdf30edbf7cf713440344ce9f25f004b
parent231d00fef645b5be3ee82c94d0dc29c974cab5d8
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>
Makefile