blob: 6f85e5b18ecf1391eaa593294f06bf084c2f83a5 [file] [log] [blame]
Tamas Banf70ef8c2017-12-19 15:35:09 +00001/*
2 * Copyright (C) 2017, Linaro Ltd
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef H_TARGETS_TARGET_
7#define H_TARGETS_TARGET_
8
9#if defined(MCUBOOT_TARGET_CONFIG)
Tamas Banf70ef8c2017-12-19 15:35:09 +000010#include MCUBOOT_TARGET_CONFIG
11#else
Tamas Ban581034a2017-12-19 19:54:37 +000012#error "Board is currently not supported by bootloader"
Tamas Banf70ef8c2017-12-19 15:35:09 +000013#endif
14
15#endif