Change in libosmocore[master]: src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DIST

2020-08-06 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/19543 )

Change subject: src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DIST
..

src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DIST

Change-Id: I641c25f8aec249df43c781debfc967f07e221b9d
---
M src/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/Makefile.am b/src/Makefile.am
index be09784..c2847ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,7 +54,7 @@
 endif

 BUILT_SOURCES = crc8gen.c crc16gen.c crc32gen.c crc64gen.c
-EXTRA_DIST = conv_acc_sse_impl.h crcXXgen.c.tpl
+EXTRA_DIST = conv_acc_sse_impl.h conv_acc_neon_impl.h crcXXgen.c.tpl

 libosmocore_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined


--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/19543
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I641c25f8aec249df43c781debfc967f07e221b9d
Gerrit-Change-Number: 19543
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


Change in libosmocore[master]: src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DIST

2020-08-06 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/19543 )

Change subject: src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DIST
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/19543
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I641c25f8aec249df43c781debfc967f07e221b9d
Gerrit-Change-Number: 19543
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Thu, 06 Aug 2020 21:11:47 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in libosmocore[master]: src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DIST

2020-08-06 Thread fixeria
fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmocore/+/19543 )


Change subject: src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DIST
..

src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DIST

Change-Id: I641c25f8aec249df43c781debfc967f07e221b9d
---
M src/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/43/19543/1

diff --git a/src/Makefile.am b/src/Makefile.am
index be09784..c2847ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,7 +54,7 @@
 endif

 BUILT_SOURCES = crc8gen.c crc16gen.c crc32gen.c crc64gen.c
-EXTRA_DIST = conv_acc_sse_impl.h crcXXgen.c.tpl
+EXTRA_DIST = conv_acc_sse_impl.h conv_acc_neon_impl.h crcXXgen.c.tpl

 libosmocore_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined


--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/19543
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I641c25f8aec249df43c781debfc967f07e221b9d
Gerrit-Change-Number: 19543
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-MessageType: newchange