From 3520d7f85594432e8bff229147674ae488b8f61b Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 22 Jan 2012 19:24:48 +0100 Subject: Fix native arm builds. arm_support couldn't build properly. Change-Id: I34526a015357e36ffd612bf2fabf78a0354066ca --- lib/arm_support/arm_support.make | 2 ++ 1 file changed, 2 insertions(+) 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)) OTHER_SRC += $(ARMSUPPORT_SRC) +LIBARMSUPPORT := $(BUILDDIR)/lib/libarm_support.a + $(LIBARMSUPPORT): $(ARMSUPPORT_OBJ) $(SILENT)$(shell rm -f $@) $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null -- cgit v1.2.3