diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 22:22:19 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 22:22:19 +0100 |
commit | 76be7c9a79da62e0a52d932bdfdf56671c82e33d (patch) | |
tree | 6385d50acb932766a11ded22901f1b333eb9856d /ecp/platform/fe310/platform.mk | |
parent | 6594778ab99958c3efb7325e4203bb4e593fc1a6 (diff) |
build fix
Diffstat (limited to 'ecp/platform/fe310/platform.mk')
-rw-r--r-- | ecp/platform/fe310/platform.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ecp/platform/fe310/platform.mk b/ecp/platform/fe310/platform.mk new file mode 100644 index 0000000..0230f29 --- /dev/null +++ b/ecp/platform/fe310/platform.mk @@ -0,0 +1,3 @@ +fe310_dir = $(abspath $(src_dir)/../../fw/fe310) +include $(fe310_dir)/platform.mk +CFLAGS += -I$(fe310_dir) -DECP_WITH_VCONN=1 -DECP_DEBUG=1 -D__FE310__ |