mcuboot/boot/zephyr/include/mcuboot_config/mcuboot_config.h

28 lines
630 B
C

/*
* Copyright (c) 2018 Open Source Foundries Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __MCUBOOT_CONFIG_H__
#define __MCUBOOT_CONFIG_H__
/*
* This file is also included by the simulator, but we don't want to
* define anything here in simulator builds.
*
* Instead of using mcuboot_config.h, the simulator adds MCUBOOT_xxx
* configuration flags to the compiler command lines based on the
* values of environment variables. However, the file still must
* exist, or bootutil won't build.
*/
#ifndef __BOOTSIM__
/*
* Initially blank.
*/
#endif /* !__BOOTSIM__ */
#endif /* __MCUBOOT_CONFIG_H__ */