Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kbuild « sysklogd - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d5b2b929e52c5bbf69b9d65ae068c1c38ce1b23 (plain)
1
2
3
4
5
6
7
8
9
10
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