diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-04-11 11:50:55 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-04-11 11:50:55 +0000 |
commit | 0f5dfd6b9a196c5fc4ddb8e80903dc3c66b532db (patch) | |
tree | 048936ed032b82a76b6bb6c82d7bcf59768236da /scripts | |
parent | 93b8263652ac001247ff923499bdc04ab0a1a4c4 (diff) | |
download | busybox-0f5dfd6b9a196c5fc4ddb8e80903dc3c66b532db.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 d24651787..0ceea8d9c 100644 --- a/scripts/Makefile.IMA +++ b/scripts/Makefile.IMA @@ -132,6 +132,9 @@ lib-y:= 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:= |