From 1ff3666dc29c0eacf911c57d3e6b6a62bdc9cb78 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Thu, 21 Sep 2017 01:23:37 +0200 Subject: New build system The new build system, called xbuild, is a minimalistic kbuild-like make-based build system, also using kconfig for scalable configurations. --- kern/shutdown.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kern/shutdown.c') diff --git a/kern/shutdown.c b/kern/shutdown.c index b85cb1cb..510911fe 100644 --- a/kern/shutdown.c +++ b/kern/shutdown.c @@ -26,7 +26,7 @@ static struct plist shutdown_ops_list; -#ifdef X15_ENABLE_SHELL +#ifdef CONFIG_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_ENABLE_SHELL */ +#endif /* CONFIG_SHELL */ static int __init shutdown_bootstrap(void) -- cgit v1.2.3