diff options
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/define_trace.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/trace/define_trace.h b/include/trace/define_trace.h index 7f1f23d601ec..abc611feeb8c 100644 --- a/include/trace/define_trace.h +++ b/include/trace/define_trace.h | |||
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | #ifndef TRACE_INCLUDE_PATH | 45 | #ifndef TRACE_INCLUDE_PATH |
46 | # define __TRACE_INCLUDE(system) <trace/events/system.h> | 46 | # define __TRACE_INCLUDE(system) <trace/events/system.h> |
47 | # define UNDEF_TRACE_INCLUDE_FILE | 47 | # define UNDEF_TRACE_INCLUDE_PATH |
48 | #else | 48 | #else |
49 | # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h) | 49 | # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h) |
50 | #endif | 50 | #endif |
@@ -64,13 +64,13 @@ | |||
64 | 64 | ||
65 | /* Only undef what we defined in this file */ | 65 | /* Only undef what we defined in this file */ |
66 | #ifdef UNDEF_TRACE_INCLUDE_FILE | 66 | #ifdef UNDEF_TRACE_INCLUDE_FILE |
67 | # undef TRACE_INCLUDE_PATH | 67 | # undef TRACE_INCLUDE_FILE |
68 | # undef UNDEF_TRACE_INCLUDE_FILE | 68 | # undef UNDEF_TRACE_INCLUDE_FILE |
69 | #endif | 69 | #endif |
70 | 70 | ||
71 | #ifdef UNDEF_TRACE_INCLUDE_FILE | 71 | #ifdef UNDEF_TRACE_INCLUDE_PATH |
72 | # undef TRACE_INCLUDE_PATH | 72 | # undef TRACE_INCLUDE_PATH |
73 | # undef UNDEF_TRACE_INCLUDE_FILE | 73 | # undef UNDEF_TRACE_INCLUDE_PATH |
74 | #endif | 74 | #endif |
75 | 75 | ||
76 | /* We may be processing more files */ | 76 | /* We may be processing more files */ |