diff options
author | Uros Majstorovic <majstor@majstor.org> | 2020-03-11 16:28:27 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2020-03-11 16:28:27 +0100 |
commit | ab1006d27417cc831150877ec46fbc13ffeddb53 (patch) | |
tree | 21a45e41483b84443f57a68360dae78e7fcabecc /code/ecp/Makefile.fe310 | |
parent | c4dfa25d8d30f2812ae48dea1ffb0f326d46ae9f (diff) |
timer fix
Diffstat (limited to 'code/ecp/Makefile.fe310')
-rw-r--r-- | code/ecp/Makefile.fe310 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/ecp/Makefile.fe310 b/code/ecp/Makefile.fe310 index f921f33..5b670c1 100644 --- a/code/ecp/Makefile.fe310 +++ b/code/ecp/Makefile.fe310 @@ -5,4 +5,4 @@ vconn=vconn rbuf_obj= include $(FE310_HOME)/common.mk -CFLAGS += -DECP_WITH_VCONN=1 -DECP_DEBUG=1 -I$(FE310_HOME) -I$(FE310_HOME)/include +CFLAGS += -DECP_WITH_VCONN=1 -DECP_DEBUG=1 -I$(FE310_HOME) |