summaryrefslogtreecommitdiff
path: root/code/ecp/fe310/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/fe310/Makefile
parent3a5f92b720afcb4adac61174dbefefd420aa5319 (diff)
fixed transport interface; risc-v transport updated to support eos sock interface
Diffstat (limited to 'code/ecp/fe310/Makefile')
-rw-r--r--code/ecp/fe310/Makefile4
1 files changed, 2 insertions, 2 deletions
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)