stm32l4: include missing makefile
Fixes: b8b97209 stm32l4: basic uart/exti/led/clock demo
which introduced the l4 example, but left out the makefile.include file
and didn't add it to the root build.
Reported at: https://github.com/libopencm3/libopencm3-examples/pull/193/commits/2a7e4fac1438519d0a8ec83bfc1400795c562fe0
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
PREFIX ?= arm-none-eabi
|
||||
#PREFIX ?= arm-elf
|
||||
|
||||
TARGETS := stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/l0 stm32/l1
|
||||
TARGETS := stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4
|
||||
TARGETS += stm32/l0 stm32/l1 stm32/l4
|
||||
TARGETS += lpc/lpc13xx lpc/lpc17xx #lpc/lpc43xx
|
||||
TARGETS += tiva/lm3s tiva/lm4f
|
||||
TARGETS += efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg
|
||||
|
||||
Reference in New Issue
Block a user