aboutsummaryrefslogtreecommitdiff
path: root/driver_fw/Makefile
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2019-04-14 13:25:23 +0900
committerjaseg <git@jaseg.net>2019-04-14 13:25:23 +0900
commit668c89f88988e4bd6149fa7d13650254037f028d (patch)
treedbd2188c7f15fd2756de1e5d79b9ce569c0f4cd4 /driver_fw/Makefile
parent010d5587b776030690a2ab25902fe9eff52fcf5b (diff)
download8seg-668c89f88988e4bd6149fa7d13650254037f028d.tar.gz
8seg-668c89f88988e4bd6149fa7d13650254037f028d.tar.bz2
8seg-668c89f88988e4bd6149fa7d13650254037f028d.zip
driver/fw: I2C LCD working
Diffstat (limited to 'driver_fw/Makefile')
-rw-r--r--driver_fw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_fw/Makefile b/driver_fw/Makefile
index 749ec51..cfbe654 100644
--- a/driver_fw/Makefile
+++ b/driver_fw/Makefile
@@ -50,7 +50,7 @@ cmsis_exports.c: $(CMSIS_DEV_PATH)/Include/stm32f030x6.h $(CMSIS_PATH)/Include/c
%.dot: %.elf
r2 -a arm -qc 'aa;agC' $< 2>/dev/null >$@
-main.elf: main.o startup_stm32f030x6.o system_stm32f0xx.o $(HAL_PATH)/Src/stm32f0xx_ll_utils.o cmsis_exports.o ../common/8b10b.o serial.o mac.o
+main.elf: main.o startup_stm32f030x6.o system_stm32f0xx.o $(HAL_PATH)/Src/stm32f0xx_ll_utils.o cmsis_exports.o ../common/8b10b.o serial.o mac.o i2c.o lcd1602.o
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
$(OBJCOPY) -O ihex $@ $(@:.elf=.hex)
$(OBJCOPY) -O binary $@ $(@:.elf=.bin)