1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/mcuboot/Makefile
2017-07-17 14:48:28 +02:00

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