summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/arm_support/arm_support.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/arm_support/arm_support.make b/lib/arm_support/arm_support.make
index 0f6f7683b4..a3775ee3b0 100644
--- a/lib/arm_support/arm_support.make
+++ b/lib/arm_support/arm_support.make
@@ -12,6 +12,8 @@ ARMSUPPORT_OBJ := $(call c2obj, $(ARMSUPPORT_SRC))
12 12
13OTHER_SRC += $(ARMSUPPORT_SRC) 13OTHER_SRC += $(ARMSUPPORT_SRC)
14 14
15LIBARMSUPPORT := $(BUILDDIR)/lib/libarm_support.a
16
15$(LIBARMSUPPORT): $(ARMSUPPORT_OBJ) 17$(LIBARMSUPPORT): $(ARMSUPPORT_OBJ)
16 $(SILENT)$(shell rm -f $@) 18 $(SILENT)$(shell rm -f $@)
17 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null 19 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null