Skip to content

Commit

Permalink
boards/common/silabs: remove OPENOCD_CONFIG export
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 25, 2020
1 parent f451eb6 commit 0d468c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/common/silabs/Makefile.include
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 0d468c1

Please sign in to comment.