blob: 8e62fdfa6d3d6b5afe46f54d15560c769cde22f0 [file] [log] [blame]
Denis Vlasenko7d219aa2006-10-05 10:17:08 +00001# Makefile for busybox
2#
3# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4#
5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6
7lib-y:=
8lib-$(CONFIG_FREE) += free.o
Denis Vlasenkocc5e0902007-06-12 08:12:33 +00009lib-$(CONFIG_FUSER) += fuser.o
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000010lib-$(CONFIG_KILL) += kill.o
Denis Vlasenkof20de5b2007-04-29 23:42:54 +000011lib-$(CONFIG_ASH) += kill.o # used for built-in kill by ash
Denis Vlasenkocc5e0902007-06-12 08:12:33 +000012lib-$(CONFIG_NMETER) += nmeter.o
Denis Vlasenko72e1c892007-09-29 22:26:01 +000013lib-$(CONFIG_PGREP) += pgrep.o
14lib-$(CONFIG_PKILL) += pgrep.o
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000015lib-$(CONFIG_PIDOF) += pidof.o
16lib-$(CONFIG_PS) += ps.o
17lib-$(CONFIG_RENICE) += renice.o
18lib-$(CONFIG_BB_SYSCTL) += sysctl.o
19lib-$(CONFIG_TOP) += top.o
20lib-$(CONFIG_UPTIME) += uptime.o
Denis Vlasenkocc5e0902007-06-12 08:12:33 +000021lib-$(CONFIG_WATCH) += watch.o