From a38acfdab4a4cc4e624945dd63e8731150418c10 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 2 Feb 2022 07:20:12 +0100 Subject: build fixed --- fw/fe310/Makefile | 1 - fw/fe310/common.mk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'fw') diff --git a/fw/fe310/Makefile b/fw/fe310/Makefile index 17d8103..4ac5372 100644 --- a/fw/fe310/Makefile +++ b/fw/fe310/Makefile @@ -6,7 +6,6 @@ obj_crypto = $(addprefix $(crypto_dir)/,$(obj_dep)) subdirs = bsp/drivers bsp/gloss bsp/metal eos eos/i2c eos/eve eos/eve/screen eos/eve/widget eos/app fsfat -# $(info INFO $(obj_crypto)) all: libeos.a %.o: %.c 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) -- cgit v1.2.3