Commit 279f3dd3 authored by Peter Foley's avatar Peter Foley Committed by Michal Marek
Browse files

kbuild: add targets to PHONY



This patch adds some targets to PHONY so they are built even if a file
with the same name exists.

Signed-off-by: default avatarPeter Foley <pefoley2@verizon.net>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 6088e9ff
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1392,6 +1392,8 @@ tags TAGS cscope gtags: FORCE
# Scripts to check various things for consistency
# ---------------------------------------------------------------------------

PHONY += includecheck versioncheck coccicheck namespacecheck export_report

includecheck:
	find * $(RCS_FIND_IGNORE) \
		-name '*.[hcS]' -type f -print | sort \