Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 436f876c authored by Peter Foley's avatar Peter Foley Committed by Michal Marek
Browse files

kbuild: make includecheck work in KBUILD_OUTDIR



This patch fixes the includecheck target so it works when make is
invoked in KBUILD_OUTDIR.

Signed-off-by: default avatarPeter Foley <pefoley2@verizon.net>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 9663d989
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1396,7 +1396,7 @@ tags TAGS cscope gtags: FORCE
PHONY += includecheck versioncheck coccicheck namespacecheck export_report

includecheck:
	find * $(RCS_FIND_IGNORE) \
	find $(srctree)/* $(RCS_FIND_IGNORE) \
		-name '*.[hcS]' -type f -print | sort \
		| xargs $(PERL) -w $(srctree)/scripts/checkincludes.pl