[MERGED] osmo-trx[master]: utils/convolvtest: Remove uneeded libosmocore dependency

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Jan 12 13:07:21 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: utils/convolvtest: Remove uneeded libosmocore dependency
......................................................................


utils/convolvtest: Remove uneeded libosmocore dependency

Change-Id: I1742146c31cadec8ce8afbbdae5777f076b212d4
---
M utils/convolvetest/Makefile
M utils/convolvetest/main.c
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/utils/convolvetest/Makefile b/utils/convolvetest/Makefile
index d09a4cd..1163d67 100644
--- a/utils/convolvetest/Makefile
+++ b/utils/convolvetest/Makefile
@@ -1,5 +1,5 @@
 all: main.o convolve_base.o convolve.o convolve_sse_3.o
-	gcc -g -Wall ./*.o -o convtest -losmocore
+	gcc -g -Wall ./*.o -o convtest
 
 clean:
 	rm -f ./*.o
diff --git a/utils/convolvetest/main.c b/utils/convolvetest/main.c
index ff88ba5..f4a76c3 100644
--- a/utils/convolvetest/main.c
+++ b/utils/convolvetest/main.c
@@ -1,6 +1,6 @@
 #include <stdio.h>
 #include <string.h>
-#include <osmocom/core/utils.h>
+#include <stdlib.h>
 #include "../../Transceiver52M/common/convolve.h"
 
 #define TESTVEC_LEN 1000

-- 
To view, visit https://gerrit.osmocom.org/5741
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1742146c31cadec8ce8afbbdae5777f076b212d4
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>



More information about the gerrit-log mailing list