flashstub: build efm32.stub with makefile

This commit is contained in:
Laurent Bonnans 2015-12-01 11:48:34 +01:00
parent ff748e8fa1
commit 1e5c053f4f
1 changed files with 1 additions and 1 deletions

View File

@ -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