Makefile 250 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 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