Commit 4b71ce39 authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Fix double vmlinux link

pointed out by Sam Ravnborg
parent 70d7ae38
......@@ -279,7 +279,6 @@ define rule_link_vmlinux
mv -f .tmpversion .version
+$(MAKE) -C init
$(call cmd,link_vmlinux)
$(cmd_link_vmlinux)
echo 'cmd_$@ := $(cmd_link_vmlinux)' > $(@D)/.$(@F).cmd
$(NM) vmlinux | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | sort > System.map
endef
......
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