summaryrefslogtreecommitdiff
path: root/scripts/Makefile.IMA
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-01-11 20:52:45 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-01-11 20:52:45 +0000
commit481ce92bdffe1d5b6f8e3c9814cf2b62ca817c91 (patch)
treee40d20cc1e1a4957cc5e9bff3309730c399ce8e0 /scripts/Makefile.IMA
parent84bbac5a093c38fb75740c302b3b0f1619077b6b (diff)
downloadbusybox-481ce92bdffe1d5b6f8e3c9814cf2b62ca817c91.tar.gz
- add ipsvd
Diffstat (limited to 'scripts/Makefile.IMA')
-rw-r--r--scripts/Makefile.IMA3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.IMA b/scripts/Makefile.IMA
index 1d7bc2cc3..f5bc6ffd9 100644
--- a/scripts/Makefile.IMA
+++ b/scripts/Makefile.IMA
@@ -63,6 +63,9 @@ lib-y:=
include runit/Kbuild
lib-all-y += $(patsubst %,runit/%,$(sort $(lib-y)))
lib-y:=
+include ipsvd/Kbuild
+lib-all-y += $(patsubst %,ipsvd/%,$(sort $(lib-y)))
+lib-y:=
include modutils/Kbuild
lib-all-y += $(patsubst %,modutils/%,$(sort $(lib-y)))
lib-y:=