Renamed AspectConfig.hpp.in -> FailConfig.hpp.in, updated files accordingly.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1247 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -18,5 +18,5 @@ OPTION(CONFIG_FIRE_INTERRUPTS "Target backend: Fire interrupts" OFF)
|
||||
OPTION(CONFIG_DISABLE_KEYB_INTERRUPTS "Target backend: Suppress keyboard interrupts" OFF)
|
||||
OPTION(CONFIG_FI_MEM_ACCESS_BITFLIP "deprecated something" OFF)
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/AspectConfig.hpp.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/AspectConfig.hpp)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/FailConfig.hpp.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/FailConfig.hpp)
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef __ASPECT_CONFIG_HPP__
|
||||
#define __ASPECT_CONFIG_HPP__
|
||||
#ifndef __FAIL_CONFIG_HPP__
|
||||
#define __FAIL_CONFIG_HPP__
|
||||
|
||||
// #define / #undef the following configuration macros to enable/disable the
|
||||
// various event sources, fault injection sinks, and miscellaneous other
|
||||
@ -28,4 +28,4 @@
|
||||
// Fault injection
|
||||
#cmakedefine CONFIG_FI_MEM_ACCESS_BITFLIP
|
||||
|
||||
#endif /* __ASPECT_CONFIG_HPP__ */
|
||||
#endif /* __FAIL_CONFIG_HPP__ */
|
||||
Reference in New Issue
Block a user