Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/shell/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 5  Line 5 
5  # Licensed under the GPL v2, see the file LICENSE in this tarball.  # Licensed under the GPL v2, see the file LICENSE in this tarball.
6    
7  lib-y:=  lib-y:=
8  lib-$(CONFIG_ASH)      += ash.o ash_ptr_hack.o  lib-$(CONFIG_ASH)      += ash.o ash_ptr_hack.o shell_common.o builtin_read.o
9  lib-$(CONFIG_HUSH)     += hush.o  lib-$(CONFIG_HUSH)     += hush.o match.o shell_common.o builtin_read.o
 lib-$(CONFIG_MSH)      += msh.o  
10  lib-$(CONFIG_CTTYHACK) += cttyhack.o  lib-$(CONFIG_CTTYHACK) += cttyhack.o
11    
12    lib-$(CONFIG_SH_MATH_SUPPORT) += math.o
13    lib-$(CONFIG_ASH_RANDOM_SUPPORT) += random.o
14    lib-$(CONFIG_HUSH_RANDOM_SUPPORT) += random.o

Legend:
Removed from v.983  
changed lines
  Added in v.984