From dbb4fea690017cb9735ca4a6802f8f2fa3a8e951 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 2 Feb 2022 07:36:56 +0100 Subject: fsfat moved to ext dir --- fw/fe310/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/fe310/common.mk') 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) -- cgit v1.2.3