summaryrefslogtreecommitdiff
path: root/include/console.h
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2020-09-17 09:45:07 -0600
committerCommit Bot <commit-bot@chromium.org>2020-09-24 07:48:22 +0000
commit1c3c2140f333f4a169f047fad8a780d0b71c2e5d (patch)
tree20097f947fd6e4c56f0a10c3f2a087c7d421e2c8 /include/console.h
parent1577603a46906a17525d75aaf502a3b821736b2b (diff)
downloadchrome-ec-1c3c2140f333f4a169f047fad8a780d0b71c2e5d.tar.gz
common: include console_channel.inc to be relative to include/
"include/" is unnecessary in the front of these include paths since -Iinclude/ is already in the compiler flags. BUG=b:167590251 BRANCH=none TEST=compiles Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I9b815b9d190d3a1b16fe67c0e99199b1001648bb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2427087 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'include/console.h')
-rw-r--r--include/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/console.h b/include/console.h
index 2c5e9f98fa..df0762c8e3 100644
--- a/include/console.h
+++ b/include/console.h
@@ -84,7 +84,7 @@ static inline int console_is_restricted(void)
/* Console channels */
enum console_channel {
#define CONSOLE_CHANNEL(enumeration, string) enumeration,
- #include "include/console_channel.inc"
+ #include "console_channel.inc"
#undef CONSOLE_CHANNEL
/* Channel count; not itself a channel */