]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/lib_powerpc/fpu/Makefile
kbuild: post: fix dependency tracking correctly
[karo-tx-uboot.git] / post / lib_powerpc / fpu / Makefile
index 556a833f6df67af6be90308af7038a261ad62331..5c2e804d90b39cc54ab7d12c6e952412fcc2abda 100644 (file)
@@ -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)