diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1396,7 +1396,7 @@ tags TAGS cscope gtags: FORCE | |||
1396 | PHONY += includecheck versioncheck coccicheck namespacecheck export_report | 1396 | PHONY += includecheck versioncheck coccicheck namespacecheck export_report |
1397 | 1397 | ||
1398 | includecheck: | 1398 | includecheck: |
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 | ||