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 | |
parent | c87ac314e44366fd20667dde24cbc2699c2e0845 (diff) |
build fixed
-rw-r--r-- | fw/fe310/Makefile | 1 | ||||
-rw-r--r-- | fw/fe310/common.mk | 2 |
2 files changed, 1 insertions, 2 deletions
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) |