svn commit: trunk/busybox/scripts

aldot at busybox.net aldot at busybox.net
Fri Apr 11 11:50:55 UTC 2008


Author: aldot
Date: 2008-04-11 04:50:55 -0700 (Fri, 11 Apr 2008)
New Revision: 21708

Log:
- add ipsvd


Modified:
   trunk/busybox/scripts/Makefile.IMA


Changeset:
Modified: trunk/busybox/scripts/Makefile.IMA
===================================================================
--- trunk/busybox/scripts/Makefile.IMA	2008-04-11 11:31:40 UTC (rev 21707)
+++ trunk/busybox/scripts/Makefile.IMA	2008-04-11 11:50:55 UTC (rev 21708)
@@ -132,6 +132,9 @@
 include editors/Kbuild
 lib-all-y += $(patsubst %,editors/%,$(sort $(lib-y)))
 lib-y:=
+include ipsvd/Kbuild
+lib-all-y += $(patsubst %,ipsvd/%,$(sort $(lib-y)))
+lib-y:=
 include printutils/Kbuild
 lib-all-y += $(patsubst %,printutils/%,$(sort $(lib-y)))
 lib-y:=




More information about the busybox-cvs mailing list