summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/Makefile')
-rw-r--r--fw/fe310/eos/Makefile4
1 files changed, 2 insertions, 2 deletions
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