Skip to content
Commit 591f6689 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: filter-out PHONY targets from "targets"



The variable "targets" contains object paths for which existing .*.cmd
files should be included.

scripts/Makefile.build automatically adds $(MAKECMDGOALS) to "targets"
as follows:

  targets += $(extra-y) $(MAKECMDGOALS) $(always)

The $(MAKECMDGOALS) is a PHONY target in several places.  PHONY targets
never create .*.cmd files.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 2982c953
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment