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/eos | |
parent | a38acfdab4a4cc4e624945dd63e8731150418c10 (diff) |
fsfat moved to ext dir
Diffstat (limited to 'fw/fe310/eos')
-rw-r--r-- | fw/fe310/eos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/Makefile b/fw/fe310/eos/Makefile index fe5bb5e..01318de 100644 --- a/fw/fe310/eos/Makefile +++ b/fw/fe310/eos/Makefile @@ -1,5 +1,5 @@ include ../common.mk -CFLAGS += -I. -I$(bsp_dir)/include -I$(bsp_dir)/drivers -I$(crypto_dir) +CFLAGS += -I. -I$(bsp_dir)/include -I$(bsp_dir)/drivers -I$(ext_dir)/crypto obj = trap_entry.o eos.o msgq.o event.o interrupt.o timer.o pwr.o i2s.o i2c.o uart.o spi.o spi_dev.o lcd.o sdcard.o sdc_crypto.o cam.o net.o wifi.o cell.o sock.o unicode.o |