From 1e5c053f4feaeb87cc5920e1cedf262a3aac1795 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Tue, 1 Dec 2015 11:48:34 +0100 Subject: [PATCH] flashstub: build efm32.stub with makefile --- flashstub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashstub/Makefile b/flashstub/Makefile index 031bf41..a18cd23 100644 --- a/flashstub/Makefile +++ b/flashstub/Makefile @@ -11,7 +11,7 @@ endif CFLAGS=-Os -std=gnu99 -mcpu=cortex-m0 -mthumb -I../libopencm3/include ASFLAGS=-mcpu=cortex-m3 -mthumb -all: lmi.stub stm32f4.stub stm32l4.stub nrf51.stub stm32f1.stub +all: lmi.stub stm32f4.stub stm32l4.stub nrf51.stub stm32f1.stub efm32.stub stm32f1.o: CFLAGS += -DSTM32F1 stm32f4.o: CFLAGS += -DSTM32F4