aboutsummaryrefslogtreecommitdiff
path: root/procps/Kbuild
blob: 6a9a86637d54b735160b504455559d14ae555aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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_FREE)	+= free.o
lib-$(CONFIG_KILL)	+= kill.o
lib-$(CONFIG_PIDOF)	+= pidof.o
lib-$(CONFIG_PS)	+= ps.o
lib-$(CONFIG_RENICE)	+= renice.o
lib-$(CONFIG_BB_SYSCTL)	+= sysctl.o
lib-$(CONFIG_TOP)	+= top.o
lib-$(CONFIG_UPTIME)	+= uptime.o
lib-$(CONFIG_FUSER)	+= fuser.o