Also clean LINT64 kernel configuration for powerpc

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-11-18 01:56:19 +00:00
parent 0700132b16
commit e9b30d7fcb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354800

View File

@ -14,6 +14,9 @@ clean:
.if ${TARGET} == "arm"
rm -f LINT-V5 LINT-V7
.endif
.if ${TARGET} == "powerpc"
rm -f LINT64
.endif
NOTES+= ${.CURDIR}/../../conf/NOTES ${.CURDIR}/NOTES
MAKELINT_SED= ${.CURDIR}/../../conf/makeLINT.sed