summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/soc/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-09-04 18:25:23 +0200
committerUros Majstorovic <majstor@majstor.org>2022-09-04 18:25:23 +0200
commit8775caf20ce7c0a776b9f66c5b287b077c8afcee (patch)
tree81e28ef01a2133384dec1ac522b737757e3e80ef /fw/fe310/eos/soc/Makefile
parent0e0de4f197bf329fdfed876468d0c61e81021f52 (diff)
driver for lcd: ili9806e and gt911
Diffstat (limited to 'fw/fe310/eos/soc/Makefile')
-rw-r--r--fw/fe310/eos/soc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/soc/Makefile b/fw/fe310/eos/soc/Makefile
index 1404c81..f5f072a 100644
--- a/fw/fe310/eos/soc/Makefile
+++ b/fw/fe310/eos/soc/Makefile
@@ -1,7 +1,7 @@
include ../../common.mk
CFLAGS += -I$(bsp_dir)/include -I$(bsp_dir)/drivers
-obj = trap_entry.o interrupt.o timer.o pwr.o i2s.o i2c.o uart.o spi.o
+obj = trap_entry.o interrupt.o timer.o pwr.o i2s.o i2c.o uart.o spi.o spi9bit.o
lib = ../../libeos-soc.a