From de7c4fb07d1ac0298e7fc62000c35193e221aaae Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 30 Dec 2017 16:29:09 -0500 Subject: pendsv, clock lib --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 44dd059..4a7a22c 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ all: arm-none-eabi-as $(MCUFLAGS) startup_stm32l476xx.s -c -o out/startup_stm32l476xx.o arm-none-eabi-gcc $(CFLAGS) system_stm32l4xx.c -c -o out/system_stm32l4xx.o arm-none-eabi-gcc $(CFLAGS) stm32l4xx_it.c -c -o out/stm32l4xx_it.o + arm-none-eabi-gcc $(CFLAGS) clock.c -c -o out/clock.o arm-none-eabi-gcc $(CFLAGS) main.c -c -o out/main.o arm-none-eabi-gcc $(CFLAGS) -T link.ld out/*.o -o out/main.elf arm-none-eabi-objcopy -O ihex out/main.elf main.hex -- cgit v1.2.3