diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-01-30 03:03:20 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-01-30 03:03:20 +0100 |
commit | 9f5c5c6263383cc7d6fb03f949465df5a02734b1 (patch) | |
tree | 548a2c79820407dc0a9d3f71e56f71376bdf53b7 /ecp/src/Makefile.fe310 | |
parent | 483b954dff83b86877184718acdd66533cb694ac (diff) |
fixed build
Diffstat (limited to 'ecp/src/Makefile.fe310')
-rw-r--r-- | ecp/src/Makefile.fe310 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ecp/src/Makefile.fe310 b/ecp/src/Makefile.fe310 index 5b670c1..c013b23 100644 --- a/ecp/src/Makefile.fe310 +++ b/ecp/src/Makefile.fe310 @@ -1,8 +1,6 @@ -platform=fe310 +include $(FE310_HOME)/common.mk -htable= -vconn=vconn -rbuf_obj= +platform = fe310 +subdirs += vconn -include $(FE310_HOME)/common.mk -CFLAGS += -DECP_WITH_VCONN=1 -DECP_DEBUG=1 -I$(FE310_HOME) +CFLAGS += -DECP_WITH_VCONN=1 -DECP_DEBUG=1 -I$(FE310_HOME) |