aboutsummaryrefslogtreecommitdiff
path: root/fw/Makefile
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2017-12-10 01:07:53 +0100
committerjaseg <git@jaseg.net>2017-12-10 01:07:53 +0100
commit0dab3f4007069198ef61c532e9d640c6c64ad664 (patch)
tree53d67aba98f1e4642af59a1ca3da9a6bb2caf8fc /fw/Makefile
parent43785b230701b2b00e0a52349f2c956eb19b0780 (diff)
download7seg-0dab3f4007069198ef61c532e9d640c6c64ad664.tar.gz
7seg-0dab3f4007069198ef61c532e9d640c6c64ad664.tar.bz2
7seg-0dab3f4007069198ef61c532e9d640c6c64ad664.zip
Add lots of doc and fix segment driving
Diffstat (limited to 'fw/Makefile')
-rw-r--r--fw/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fw/Makefile b/fw/Makefile
index a287ed3..29bfb15 100644
--- a/fw/Makefile
+++ b/fw/Makefile
@@ -60,7 +60,8 @@ sources.tar.xz.zip: sources.tar.xz
sources.c: sources.tar.xz.zip
xxd -i $< | head -n -1 | sed 's/=/__attribute__((section(".source_tarball"))) =/' > $@
-main.elf: main.o startup_stm32f030x6.o system_stm32f0xx.o $(HAL_PATH)/Src/stm32f0xx_ll_utils.o base.o cmsis_exports.o transpose.o bus_addr.o sources.o
+# FIXME re-add sources.o
+main.elf: main.o startup_stm32f030x6.o system_stm32f0xx.o $(HAL_PATH)/Src/stm32f0xx_ll_utils.o base.o cmsis_exports.o transpose.o bus_addr.o
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
$(OBJCOPY) -O ihex $@ $(@:.elf=.hex)
$(OBJCOPY) -O binary $@ $(@:.elf=.bin)