]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/lib/Makefile
kbuild, x86: use a short log for arch/x86/lib/libgcc.a
[karo-tx-uboot.git] / arch / x86 / lib / Makefile
index 638f79069ccaa09269436d65db3dbe1f950aa08c..f7303abccbd3380384b1fa5624cf305683ddfab8 100644 (file)
@@ -23,5 +23,6 @@ obj-$(CONFIG_CMD_ZBOOT)       += zimage.o
 LIBGCC := $(notdir $(NORMAL_LIBGCC))
 extra-y := $(LIBGCC)
 
-$(obj)$(LIBGCC): $(NORMAL_LIBGCC)
-       $(OBJCOPY) $< $@ --prefix-symbols=__normal_
+OBJCOPYFLAGS := --prefix-symbols=__normal_
+$(obj)/$(LIBGCC): $(NORMAL_LIBGCC) FORCE
+       $(call if_changed,objcopy)