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/posix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/ecp/posix/Makefile') diff --git a/code/ecp/posix/Makefile b/code/ecp/posix/Makefile index 595b0b5..66663f0 100644 --- a/code/ecp/posix/Makefile +++ b/code/ecp/posix/Makefile @@ -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