From 7b76233290bd9dead1848f28ed6d0edfcceb8e09 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 27 Dec 2006 04:35:09 +0000 Subject: Correcting tag name to be like previous ones --- shell/Kbuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 shell/Kbuild (limited to 'shell/Kbuild') diff --git a/shell/Kbuild b/shell/Kbuild new file mode 100644 index 0000000..eb0199e --- /dev/null +++ b/shell/Kbuild @@ -0,0 +1,12 @@ +# Makefile for busybox +# +# Copyright (C) 1999-2005 by Erik Andersen +# +# Licensed under the GPL v2, see the file LICENSE in this tarball. + +lib-y:= +lib-$(CONFIG_ASH) += ash.o +lib-$(CONFIG_HUSH) += hush.o +lib-$(CONFIG_LASH) += lash.o +lib-$(CONFIG_MSH) += msh.o +lib-$(CONFIG_FEATURE_COMMAND_EDITING) += cmdedit.o -- cgit v1.1