utils/convolvtest: Remove uneeded libosmocore dependency

Change-Id: I1742146c31cadec8ce8afbbdae5777f076b212d4
This commit is contained in:
Pau Espin 2018-01-10 11:54:34 +01:00
parent 2f376a3edf
commit 4ebb289c90
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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