summaryrefslogtreecommitdiff
path: root/kern/log.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-09-02 23:03:40 +0200
committerRichard Braun <rbraun@sceen.net>2017-09-02 23:03:40 +0200
commit608cf884efd9bb0ef6a308814fd22b1c8688fabf (patch)
tree67a64a116aae6e3ca49e7eaf9a31a90f9e9ef51f /kern/log.c
parentca45d38bbf535f1dd23df9b71f85cd9c820e0e69 (diff)
Rework the build system
Diffstat (limited to 'kern/log.c')
-rw-r--r--kern/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/log.c b/kern/log.c
index 10131d12..83562206 100644
--- a/kern/log.c
+++ b/kern/log.c
@@ -334,7 +334,7 @@ log_run(void *arg)
}
}
-#ifdef X15_SHELL
+#ifdef X15_ENABLE_SHELL
static void
log_dump(unsigned int level)
@@ -412,7 +412,7 @@ INIT_OP_DEFINE(log_setup_shell,
INIT_OP_DEP(log_setup, true),
INIT_OP_DEP(shell_setup, true));
-#endif /* X15_SHELL */
+#endif /* X15_ENABLE_SHELL */
static int __init
log_setup(void)