diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 07:36:56 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 07:36:56 +0100 |
commit | dbb4fea690017cb9735ca4a6802f8f2fa3a8e951 (patch) | |
tree | 7e759696beb1280d2e15069b7e70e4023681cf4a /fw/fe310/common.mk | |
parent | a38acfdab4a4cc4e624945dd63e8731150418c10 (diff) |
fsfat moved to ext dir
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 8145ef0..80a34a9 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)/../../ext/crypto) +ext_dir := $(abspath $(fe310_dir)/../../ext) include $(fe310_dir)/platform.mk CFLAGS += -I$(eos_dir) |