Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1717,6 +1717,6 @@ endif # skip-makefile
PHONY += 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.
.PHONY: $(PHONY)