mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
250 B
Makefile
15 lines
250 B
Makefile
APPLICATION = hello_mcuboot
|
|
|
|
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
|