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

16 lines
334 B
Makefile
Raw Normal View History

2017-06-13 17:35:23 +02:00
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
ifneq ($(BUILD_IN_DOCKER),1)
# HACK: When building with docker, mcuboot target must be done only in docker
2017-06-13 17:35:23 +02:00
all: mcuboot
endif
2017-06-13 17:35:23 +02:00
include $(RIOTBASE)/Makefile.include