diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-11 20:52:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-11 20:52:45 +0000 |
commit | 481ce92bdffe1d5b6f8e3c9814cf2b62ca817c91 (patch) | |
tree | e40d20cc1e1a4957cc5e9bff3309730c399ce8e0 /scripts | |
parent | 84bbac5a093c38fb75740c302b3b0f1619077b6b (diff) | |
download | busybox-481ce92bdffe1d5b6f8e3c9814cf2b62ca817c91.tar.gz |
- add ipsvd
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.IMA | 3 |
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:= |