blob: d76b35386200a415253f65e8cc894d90ab5dd2f7 [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
10
Denys Vlasenko599ae1e2010-05-23 17:49:50 +020011lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o
12lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o
Denis Vlasenko6d709972007-05-18 09:45:36 +000013lib-$(CONFIG_CTTYHACK) += cttyhack.o
Denys Vlasenko3ea2e822009-10-09 20:59:04 +020014
Mike Frysinger98c52642009-04-02 10:02:37 +000015lib-$(CONFIG_SH_MATH_SUPPORT) += math.o
Denys Vlasenko3ea2e822009-10-09 20:59:04 +020016lib-$(CONFIG_ASH_RANDOM_SUPPORT) += random.o
17lib-$(CONFIG_HUSH_RANDOM_SUPPORT) += random.o