Skip to content

Commit 849bdc8

Browse files
committed
build ti/nxp examples again
Note, lpc43xx still fails to build, so still disabled!
1 parent b7c04b4 commit 849bdc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ PREFIX ?= arm-none-eabi
2121
#PREFIX ?= arm-elf
2222

2323
TARGETS := stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/l0 stm32/l1
24-
TARGETS += lpc13xx lpc17xx #lpc43xx
25-
TARGETS += lm3s lm4f
24+
TARGETS += lpc/lpc13xx lpc/lpc17xx #lpc/lpc43xx
25+
TARGETS += tiva/lm3s tiva/lm4f
2626
TARGETS += efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg
2727

2828
# Be silent per default, but 'make V=1' will show all compiler calls.

0 commit comments

Comments
 (0)