aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b21de15c82e..9b6610e005aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1396,7 +1396,7 @@ tags TAGS cscope gtags: FORCE
1396PHONY += includecheck versioncheck coccicheck namespacecheck export_report 1396PHONY += includecheck versioncheck coccicheck namespacecheck export_report
1397 1397
1398includecheck: 1398includecheck:
1399 find * $(RCS_FIND_IGNORE) \ 1399 find $(srctree)/* $(RCS_FIND_IGNORE) \
1400 -name '*.[hcS]' -type f -print | sort \ 1400 -name '*.[hcS]' -type f -print | sort \
1401 | xargs $(PERL) -w $(srctree)/scripts/checkincludes.pl 1401 | xargs $(PERL) -w $(srctree)/scripts/checkincludes.pl
1402 1402