summaryrefslogtreecommitdiff
path: root/code/ecp/posix/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2019-10-19 19:37:03 +0200
committerUros Majstorovic <majstor@majstor.org>2019-10-19 19:37:03 +0200
commit84735c23109b77e0691da208d31c374aa943b257 (patch)
tree2ff1430be30807c326c3b8274b0d0c0db7e802a2 /code/ecp/posix/Makefile
parent3a5f92b720afcb4adac61174dbefefd420aa5319 (diff)
fixed transport interface; risc-v transport updated to support eos sock interface
Diffstat (limited to 'code/ecp/posix/Makefile')
-rw-r--r--code/ecp/posix/Makefile2
1 files changed, 1 insertions, 1 deletions
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)