Commit bd412d81 authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Masahiro Yamada

kbuild: .PHONY is not a variable, but PHONY is

.PHONY is a target, not a variable.
Signed-off-by: default avatarUlf Magnusson <ulfalizer@gmail.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 48f6e3cf
...@@ -1717,6 +1717,6 @@ endif # skip-makefile ...@@ -1717,6 +1717,6 @@ endif # skip-makefile
PHONY += FORCE PHONY += FORCE
FORCE: FORCE:
# Declare the contents of the .PHONY variable as phony. We keep that # Declare the contents of the PHONY variable as phony. We keep that
# information in a variable so we can use it in if_changed and friends. # information in a variable so we can use it in if_changed and friends.
.PHONY: $(PHONY) .PHONY: $(PHONY)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment