[PATCH] 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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed Jan 10 17:17:20 UTC 2018


Review at  https://gerrit.osmocom.org/5741

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/41/5741/1

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: newchange
Gerrit-Change-Id: I1742146c31cadec8ce8afbbdae5777f076b212d4
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list