blob: 8b528654a8adce62b3e16694662b0f288029fc18 [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 Vlasenkof3c742f2010-03-06 20:12:00 +01008lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o builtin_read.o builtin_ulimit.o
9lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o builtin_read.o builtin_ulimit.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