mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
221 B
Makefile
13 lines
221 B
Makefile
BOARD ?= nrf52dk
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
BOARD_WHITELIST := nrf52dk
|
|
|
|
export IMAGE_VERSION = 1.1.1+1
|
|
|
|
# this test is supposed to always build the mcuboot image
|
|
all: mcuboot
|
|
|
|
include $(RIOTBASE)/Makefile.include
|