summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-09-23 08:40:15 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-23 08:40:15 +0200
commit492f9139c1033b3f069880bff8e7f2857cbca111 (patch)
tree79bec0a34bb2b81fd5eec042038718801d5531a5 /bridges
parent359f005c6698d5d7838798fc739fe770cb98d357 (diff)
add forgotten asm file to build
Change-Id: I5c86e369649e71d785af06437b2af633d6805b8d
Diffstat (limited to 'bridges')
-rw-r--r--bridges/Library_gcc3_linux_arm.mk4
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/armhelper.s (renamed from bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S)0
2 files changed, 4 insertions, 0 deletions
diff --git a/bridges/Library_gcc3_linux_arm.mk b/bridges/Library_gcc3_linux_arm.mk
index 81c29d729b5f..95cc915cf92b 100644
--- a/bridges/Library_gcc3_linux_arm.mk
+++ b/bridges/Library_gcc3_linux_arm.mk
@@ -45,6 +45,10 @@ $(eval $(call gb_Library_use_libraries,gcc3_uno,\
$(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_asmobjects,gcc3_uno,\
+ bridges/source/cpp_uno/gcc3_linux_arm/armhelper \
+))
+
$(eval $(call gb_Library_add_exception_objects,gcc3_uno,\
bridges/source/cpp_uno/shared/bridge \
bridges/source/cpp_uno/shared/component \
diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S b/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.s
index 27148dc0278c..27148dc0278c 100644
--- a/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S
+++ b/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.s