From 84735c23109b77e0691da208d31c374aa943b257 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 19 Oct 2019 19:37:03 +0200 Subject: fixed transport interface; risc-v transport updated to support eos sock interface --- code/ecp/fe310/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/ecp/fe310/Makefile') diff --git a/code/ecp/fe310/Makefile b/code/ecp/fe310/Makefile index 1ccf322..66663f0 100644 --- a/code/ecp/fe310/Makefile +++ b/code/ecp/fe310/Makefile @@ -1,5 +1,5 @@ include ../Makefile.platform -CFLAGS=$(CFLAGS_PL) $(PIC) -I.. -I../../fe310 +CFLAGS=$(CFLAGS_PL) $(PIC) -I.. obj_tr = transport.o obj_tm = time.o @@ -9,7 +9,7 @@ obj_tm = time.o $(CC) $(CFLAGS) -c $< all: libecptr.a libecptm.a - + libecptr.a: $(obj_tr) $(AR) rcs libecptr.a $(obj_tr) -- cgit v1.2.3