From dea99b85dc52341265ae2e8463afee8a9709127a Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Thu, 11 Jan 2018 18:03:01 +0100 Subject: fe310 platform introdiced --- code/util/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'code/util') diff --git a/code/util/Makefile b/code/util/Makefile index 0e76307..caa8226 100644 --- a/code/util/Makefile +++ b/code/util/Makefile @@ -1,5 +1,6 @@ -CFLAGS = -I../core -pthread -O3 $(PIC) -LDFLAGS=-lm -pthread +include ../Makefile.platform +CFLAGS=$(CFLAGS_PL) -I../core +LDFLAGS=$(LDFLAGS_PL) obj=util.o dep=../core/libecpcore.a ../core/crypto/libecpcr.a ../core/htable/libecpht.a ../core/posix/libecptr.a ../core/posix/libecptm.a ./libecputil.a -- cgit v1.2.3