Fix native arm builds. arm_support couldn't build properly.

Change-Id: I34526a015357e36ffd612bf2fabf78a0354066ca
This commit is contained in:
Thomas Martitz 2012-01-22 19:24:48 +01:00
parent 91a3978fdc
commit 3520d7f855

View file

@ -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