diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 07:20:12 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 07:20:12 +0100 |
commit | a38acfdab4a4cc4e624945dd63e8731150418c10 (patch) | |
tree | d3428158910f0524f69007fdd0fa9894e3f2e151 /fw/fe310/common.mk | |
parent | c87ac314e44366fd20667dde24cbc2699c2e0845 (diff) |
build fixed
Diffstat (limited to 'fw/fe310/common.mk')
-rw-r--r-- | fw/fe310/common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/common.mk b/fw/fe310/common.mk index b6147bd..8145ef0 100644 --- a/fw/fe310/common.mk +++ b/fw/fe310/common.mk @@ -1,7 +1,7 @@ fe310_dir := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))) bsp_dir := $(abspath $(fe310_dir)/bsp) eos_dir := $(abspath $(fe310_dir)/eos) -crypto_dir := $(abspath $(fe310_dir)/../../crypto) +crypto_dir := $(abspath $(fe310_dir)/../../ext/crypto) include $(fe310_dir)/platform.mk CFLAGS += -I$(eos_dir) |