Clean LINT* kernel configurations for arm*

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-09-24 01:56:27 +00:00
parent d395e985b2
commit 05cba150d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352635

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