diff options
Diffstat (limited to 'fw/fe310')
-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) |