From 1e5eb7cb910e6f23c69c2c986b6373e9f9abb980 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 23 Aug 2020 22:37:16 +0200 Subject: dynamic memory alloc for gui added; page navigation added --- fw/fe310/eos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fw/fe310/eos/Makefile') diff --git a/fw/fe310/eos/Makefile b/fw/fe310/eos/Makefile index 301a30e..ef08fd1 100644 --- a/fw/fe310/eos/Makefile +++ b/fw/fe310/eos/Makefile @@ -1,6 +1,6 @@ include ../common.mk -CFLAGS += -I../bsp/include -I../bsp/drivers +CFLAGS += -I. -I../bsp/include -I../bsp/drivers obj = trap_entry.o eos.o msgq.o event.o interrupt.o timer.o power.o i2s.o uart.o spi.o spi_dev.o net.o wifi.o cell.o sock.o unicode.o @@ -14,4 +14,4 @@ obj = trap_entry.o eos.o msgq.o event.o interrupt.o timer.o power.o i2s.o uart.o all: $(obj) clean: - rm -f *.o \ No newline at end of file + rm -f *.o -- cgit v1.2.3