mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/arduino-mkr: don't export MKR_JLINK_DEVICE variables
This commit is contained in:
parent
d10211b7ff
commit
26222d601c
@ -1,5 +1,5 @@
|
|||||||
ifeq ($(PROGRAMMER),jlink)
|
ifeq ($(PROGRAMMER),jlink)
|
||||||
export MKR_JLINK_DEVICE = atsamw25
|
MKR_JLINK_DEVICE = atsamw25
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include
|
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
ifeq ($(PROGRAMMER),jlink)
|
ifeq ($(PROGRAMMER),jlink)
|
||||||
export MKR_JLINK_DEVICE = atsamd21
|
MKR_JLINK_DEVICE = atsamd21
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include
|
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
ifeq ($(PROGRAMMER),jlink)
|
ifeq ($(PROGRAMMER),jlink)
|
||||||
export MKR_JLINK_DEVICE = atsamd21
|
MKR_JLINK_DEVICE = atsamd21
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include
|
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
ifeq ($(PROGRAMMER),jlink)
|
ifeq ($(PROGRAMMER),jlink)
|
||||||
export MKR_JLINK_DEVICE = atsamd21
|
MKR_JLINK_DEVICE = atsamd21
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include
|
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include
|
||||||
|
Loading…
Reference in New Issue
Block a user