build system overhaul

This commit is contained in:
Denis Vlasenko
2006-10-05 10:17:08 +00:00
parent 8f8f268cfd
commit 7d219aab70
177 changed files with 23539 additions and 4123 deletions

11
sysklogd/Kbuild Normal file
View File

@@ -0,0 +1,11 @@
# Makefile for busybox
#
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
lib-$(CONFIG_KLOGD) += klogd.o
lib-$(CONFIG_LOGGER) += logger.o
lib-$(CONFIG_LOGREAD) += logread.o
lib-$(CONFIG_SYSLOGD) += syslogd.o