diff options
Diffstat (limited to 'center_fw/Makefile')
-rw-r--r-- | center_fw/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/center_fw/Makefile b/center_fw/Makefile index 2123b18..9839afe 100644 --- a/center_fw/Makefile +++ b/center_fw/Makefile @@ -52,6 +52,9 @@ LDFLAGS += -L$(CMSIS_PATH)/Lib/GCC -larm_cortexM0l_math all: main.elf +.clang: + echo flags = $(CFLAGS) > .clang + cmsis_exports.c: $(CMSIS_DEV_PATH)/Include/stm32f030x6.h $(CMSIS_PATH)/Include/core_cm0.h python3 tools/gen_cmsis_exports.py $^ > $@ |