blob: c41f12b1596613230102d644b0efd95f12db4d8c [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:=
Denys Vlasenkod70e0e92010-06-08 12:15:11 +02008
9INSERT
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000010lib-$(CONFIG_FREE) += free.o
Denis Vlasenkocc5e0902007-06-12 08:12:33 +000011lib-$(CONFIG_FUSER) += fuser.o
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000012lib-$(CONFIG_KILL) += kill.o
Denis Vlasenkof20de5b2007-04-29 23:42:54 +000013lib-$(CONFIG_ASH) += kill.o # used for built-in kill by ash
Denis Vlasenkocc5e0902007-06-12 08:12:33 +000014lib-$(CONFIG_NMETER) += nmeter.o
Denis Vlasenko72e1c892007-09-29 22:26:01 +000015lib-$(CONFIG_PGREP) += pgrep.o
16lib-$(CONFIG_PKILL) += pgrep.o
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000017lib-$(CONFIG_PIDOF) += pidof.o
18lib-$(CONFIG_PS) += ps.o
19lib-$(CONFIG_RENICE) += renice.o
20lib-$(CONFIG_BB_SYSCTL) += sysctl.o
21lib-$(CONFIG_TOP) += top.o
22lib-$(CONFIG_UPTIME) += uptime.o
Denis Vlasenkocc5e0902007-06-12 08:12:33 +000023lib-$(CONFIG_WATCH) += watch.o