diff options
author | Richard Braun <rbraun@sceen.net> | 2017-09-02 23:03:40 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-09-02 23:03:40 +0200 |
commit | 608cf884efd9bb0ef6a308814fd22b1c8688fabf (patch) | |
tree | 67a64a116aae6e3ca49e7eaf9a31a90f9e9ef51f /kern/log.c | |
parent | ca45d38bbf535f1dd23df9b71f85cd9c820e0e69 (diff) |
Rework the build system
Diffstat (limited to 'kern/log.c')
-rw-r--r-- | kern/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |