diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-01-22 19:24:48 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-01-22 19:24:48 +0100 |
commit | 3520d7f85594432e8bff229147674ae488b8f61b (patch) | |
tree | dbfee81c74064a9bae799990b639323d25be3ad7 /lib/arm_support | |
parent | 91a3978fdc380e37b44098e6f9adb7ae780d300c (diff) |
Fix native arm builds. arm_support couldn't build properly.
Change-Id: I34526a015357e36ffd612bf2fabf78a0354066ca
Diffstat (limited to 'lib/arm_support')
-rw-r--r-- | lib/arm_support/arm_support.make | 2 |
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)) 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 |