mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-29 01:51:55 +00:00
kbuild: post: fix dependency tracking correctly
$(call if_changed,...) must take FORCE as a prerequite. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c9416b9292
commit
19233d80bc
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ ccflags-y := -mhard-float -fkeep-inline-functions
|
|||
obj-y := $(objs-before-objcopy:.o=_.o)
|
||||
|
||||
OBJCOPYFLAGS := -R .gnu.attributes
|
||||
$(obj)/%_.o: $(obj)/%.o
|
||||
$(obj)/%_.o: $(obj)/%.o FORCE
|
||||
$(call if_changed,objcopy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue