Skip to content

Commit

Permalink
Merge pull request #13476 from kaspar030/fix_silabs_openocd_export
Browse files Browse the repository at this point in the history
boards/common/silabs: remove OPENOCD_CONFIG export
  • Loading branch information
benpicco authored Feb 25, 2020
2 parents f451eb6 + 0d468c1 commit 8e32161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/common/silabs/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INCLUDES += -I$(RIOTBOARD)/common/silabs/drivers/include
PROGRAMMER ?= jlink

export JLINK_DEVICE ?= ${CPU_MODEL}
export OPENOCD_CONFIG ?= board/efm32.cfg
OPENOCD_CONFIG ?= board/efm32.cfg

ifeq ($(PROGRAMMER),jlink)
include $(RIOTMAKE)/tools/jlink.inc.mk
Expand Down

0 comments on commit 8e32161

Please sign in to comment.