aboutsummaryrefslogtreecommitdiff
path: root/driver_fw/Makefile
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2019-04-23 11:37:34 +0900
committerjaseg <git@jaseg.net>2019-04-23 11:37:34 +0900
commit257a7b8789951d886dc38adb0561819e7172ac76 (patch)
tree2c03938a4447655ccc8262e15c7a5f0aaf0a3991 /driver_fw/Makefile
parentb566518994709a69dea41a3111a1700aeb601c8d (diff)
download8seg-257a7b8789951d886dc38adb0561819e7172ac76.tar.gz
8seg-257a7b8789951d886dc38adb0561819e7172ac76.tar.bz2
8seg-257a7b8789951d886dc38adb0561819e7172ac76.zip
Fix up modulation and lcd transfer scheduling
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 ef0375d..84098e2 100644
--- a/driver_fw/Makefile
+++ b/driver_fw/Makefile
@@ -37,7 +37,7 @@ SOURCES = main.c startup_stm32f030x6.s system_stm32f0xx.c base.c $(HAL_PATH)/Src
.PHONY: program clean
-all: main.elf main.pdf
+all: main.elf
cmsis_exports.c: $(CMSIS_DEV_PATH)/Include/stm32f030x6.h $(CMSIS_PATH)/Include/core_cm0.h
python3 gen_cmsis_exports.py $^ > $@