diff options
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/Config.src | 2 | ||||
-rw-r--r-- | sysklogd/Kbuild.src | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sysklogd/Config.src b/sysklogd/Config.src index af00d65bb..6d574abb1 100644 --- a/sysklogd/Config.src +++ b/sysklogd/Config.src @@ -5,6 +5,8 @@ menu "System Logging Utilities" +INSERT + config SYSLOGD bool "syslogd" default y diff --git a/sysklogd/Kbuild.src b/sysklogd/Kbuild.src index d802198e6..faaac110c 100644 --- a/sysklogd/Kbuild.src +++ b/sysklogd/Kbuild.src @@ -5,6 +5,8 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= + +INSERT lib-$(CONFIG_KLOGD) += klogd.o lib-$(CONFIG_LOGGER) += syslogd_and_logger.o lib-$(CONFIG_LOGREAD) += logread.o |