mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 18:32:50 +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
|