Fix native arm builds. arm_support couldn't build properly.
Change-Id: I34526a015357e36ffd612bf2fabf78a0354066ca
This commit is contained in:
parent
91a3978fdc
commit
3520d7f855
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue