blob: 6f85e5b18ecf1391eaa593294f06bf084c2f83a5 [file] [log] [blame]
Marti Bolivar51181cf2017-03-20 11:03:41 -04001/*
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)
10#include MCUBOOT_TARGET_CONFIG
11#else
12#error "Board is currently not supported by bootloader"
13#endif
14
15#endif