Commit ed186fff authored by Sam Ravnborg's avatar Sam Ravnborg Committed by Tom Rini

kbuild: Enable compile after localversion change

Last minute change to localversion patch were faulty.
filechk needs a valid '$^' file. In this case unused but make sure to supply one.
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 330a08b8
......@@ -813,7 +813,7 @@ define filechk_version.h
)
endef
include/linux/version.h: FORCE
include/linux/version.h: $(srctree)/Makefile FORCE
$(call filechk,version.h)
# ---------------------------------------------------------------------------
......
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