diff options
-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:= | |||
63 | include runit/Kbuild | 63 | include runit/Kbuild |
64 | lib-all-y += $(patsubst %,runit/%,$(sort $(lib-y))) | 64 | lib-all-y += $(patsubst %,runit/%,$(sort $(lib-y))) |
65 | lib-y:= | 65 | lib-y:= |
66 | include ipsvd/Kbuild | ||
67 | lib-all-y += $(patsubst %,ipsvd/%,$(sort $(lib-y))) | ||
68 | lib-y:= | ||
66 | include modutils/Kbuild | 69 | include modutils/Kbuild |
67 | lib-all-y += $(patsubst %,modutils/%,$(sort $(lib-y))) | 70 | lib-all-y += $(patsubst %,modutils/%,$(sort $(lib-y))) |
68 | lib-y:= | 71 | lib-y:= |