Clean LINT* kernel configurations for arm*

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
lwhsu 2019-09-24 01:56:27 +00:00
parent 6f4066cdc2
commit 6d012fe8e3

View File

@ -11,6 +11,9 @@ clean:
.if ${TARGET} == "amd64" || ${TARGET} == "i386"
rm -f LINT-NOINET LINT-NOINET6 LINT-NOIP
.endif
.if ${TARGET} == "arm"
rm -f LINT-V5 LINT-V7
.endif
NOTES+= ${.CURDIR}/../../conf/NOTES ${.CURDIR}/NOTES
MAKELINT_SED= ${.CURDIR}/../../conf/makeLINT.sed