From ce5b6bc9faf38c7feaf5053424176d39e91c7323 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 31 Jan 2022 21:51:59 +0100 Subject: fixed build --- fw/fe310/eos/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fw/fe310/eos/Makefile') diff --git a/fw/fe310/eos/Makefile b/fw/fe310/eos/Makefile index 2bf285f..fe5bb5e 100644 --- a/fw/fe310/eos/Makefile +++ b/fw/fe310/eos/Makefile @@ -1,8 +1,5 @@ include ../common.mk - -CRYPTO_DIR = ../../../crypto - -CFLAGS += -I. -I../bsp/include -I../bsp/drivers -I$(CRYPTO_DIR) +CFLAGS += -I. -I$(bsp_dir)/include -I$(bsp_dir)/drivers -I$(crypto_dir) 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 -- cgit v1.2.3