summaryrefslogtreecommitdiff
path: root/kern/shutdown.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/shutdown.c
parentca45d38bbf535f1dd23df9b71f85cd9c820e0e69 (diff)
Rework the build system
Diffstat (limited to 'kern/shutdown.c')
-rw-r--r--kern/shutdown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/shutdown.c b/kern/shutdown.c
index 1c950415..b85cb1cb 100644
--- a/kern/shutdown.c
+++ b/kern/shutdown.c
@@ -26,7 +26,7 @@
static struct plist shutdown_ops_list;
-#ifdef X15_SHELL
+#ifdef X15_ENABLE_SHELL
static void
shutdown_shell_halt(int argc, char **argv)
@@ -66,7 +66,7 @@ INIT_OP_DEFINE(shutdown_setup_shell,
INIT_OP_DEP(shell_setup, true),
INIT_OP_DEP(shutdown_setup, true));
-#endif /* X15_SHELL */
+#endif /* X15_ENABLE_SHELL */
static int __init
shutdown_bootstrap(void)