]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
Makefile: make clean should delete include/generated/env.in
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 30 Mar 2022 10:11:00 +0000 (12:11 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 Mar 2022 12:27:51 +0000 (08:27 -0400)
commit6a56fc0ab415423a0fb6f410d846d4b68806a238
treebccbf397d01bd03236c6bdd99221541e8dd71e30
parent25a448333da234b67ecc2235fc4fb4f598c8b6e7
Makefile: make clean should delete include/generated/env.in

'make sifive_unamtched_defconfig; make clean; make' fails if file
include/generated/env.in exists. 'make clean' should remove all files that
stop building.

Add file include/generated/env.in to the clean target.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>
Makefile