35 lines
1013 B
Makefile
35 lines
1013 B
Makefile
# DO NOT EDIT. This file is generated from Kbuild.src
|
|
# Makefile for busybox
|
|
#
|
|
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
|
|
#
|
|
# Licensed under GPLv2, see file LICENSE in this source tree.
|
|
|
|
lib-y:=
|
|
|
|
lib-$(CONFIG_FREE) += free.o
|
|
lib-$(CONFIG_FUSER) += fuser.o
|
|
lib-$(CONFIG_IOSTAT) += iostat.o
|
|
lib-$(CONFIG_KILL) += kill.o
|
|
lib-$(CONFIG_KILLALL) += kill.o
|
|
lib-$(CONFIG_KILLALL5) += kill.o
|
|
lib-$(CONFIG_ASH_JOB_CONTROL) += kill.o
|
|
lib-$(CONFIG_HUSH_KILL) += kill.o
|
|
lib-$(CONFIG_LSOF) += lsof.o
|
|
lib-$(CONFIG_MPSTAT) += mpstat.o
|
|
lib-$(CONFIG_NMETER) += nmeter.o
|
|
lib-$(CONFIG_PGREP) += pgrep.o
|
|
lib-$(CONFIG_PKILL) += pgrep.o
|
|
lib-$(CONFIG_PIDOF) += pidof.o
|
|
lib-$(CONFIG_PMAP) += pmap.o
|
|
lib-$(CONFIG_POWERTOP) += powertop.o
|
|
lib-$(CONFIG_PS) += ps.o
|
|
lib-$(CONFIG_MINIPS) += ps.o
|
|
lib-$(CONFIG_PSTREE) += pstree.o
|
|
lib-$(CONFIG_PWDX) += pwdx.o
|
|
lib-$(CONFIG_SMEMCAP) += smemcap.o
|
|
lib-$(CONFIG_BB_SYSCTL) += sysctl.o
|
|
lib-$(CONFIG_TOP) += top.o
|
|
lib-$(CONFIG_UPTIME) += uptime.o
|
|
lib-$(CONFIG_WATCH) += watch.o
|