1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/openmote-b: remove cc2538-bsl conditionals

This commit is contained in:
Alexandre Abadie 2021-02-18 18:01:22 +01:00
parent d4634c5a7a
commit 64b0a6eed2
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -4,9 +4,9 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*)))
PROGRAMMER ?= cc2538-bsl
CC2538_BSL_FLAGS_OPTS ?= --bootloader-invert-lines
ifeq ($(PROGRAMMER),cc2538-bsl)
FLASHFILE ?= $(HEXFILE)
CC2538_BSL_FLAGS_OPTS ?= --bootloader-invert-lines
endif
include $(RIOTBOARD)/common/cc2538/Makefile.include