summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-26 11:26:08 +0900
committerTom Rini <trini@ti.com>2014-03-04 09:27:38 -0500
commit19233d80bc184b048d98d28b66810c2a6df24e34 (patch)
tree1564be14232a47be512ea17acc17f495099272e2
parentc9416b92924376ecead1b48a85cac60db4a5f7ee (diff)
downloadblackbird-obmc-uboot-19233d80bc184b048d98d28b66810c2a6df24e34.tar.gz
blackbird-obmc-uboot-19233d80bc184b048d98d28b66810c2a6df24e34.zip
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>
-rw-r--r--post/lib_powerpc/fpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/lib_powerpc/fpu/Makefile b/post/lib_powerpc/fpu/Makefile
index 556a833f6d..5c2e804d90 100644
--- a/post/lib_powerpc/fpu/Makefile
+++ b/post/lib_powerpc/fpu/Makefile
@@ -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)
OpenPOWER on IntegriCloud