Skip to content
Snippets Groups Projects
Commit 19233d80 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

kbuild: post: fix dependency tracking correctly


$(call if_changed,...) must take FORCE as a prerequite.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent c9416b92
No related branches found
No related tags found
Loading
...@@ -19,5 +19,5 @@ ccflags-y := -mhard-float -fkeep-inline-functions ...@@ -19,5 +19,5 @@ ccflags-y := -mhard-float -fkeep-inline-functions
obj-y := $(objs-before-objcopy:.o=_.o) obj-y := $(objs-before-objcopy:.o=_.o)
OBJCOPYFLAGS := -R .gnu.attributes OBJCOPYFLAGS := -R .gnu.attributes
$(obj)/%_.o: $(obj)/%.o $(obj)/%_.o: $(obj)/%.o FORCE
$(call if_changed,objcopy) $(call if_changed,objcopy)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment