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