diff options
Diffstat (limited to 'scripts/Makefile.IMA')
-rw-r--r-- | scripts/Makefile.IMA | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.IMA b/scripts/Makefile.IMA index 11ae39eae..a62618ae0 100644 --- a/scripts/Makefile.IMA +++ b/scripts/Makefile.IMA | |||
@@ -85,8 +85,8 @@ lib-y:= | |||
85 | include archival/Kbuild | 85 | include archival/Kbuild |
86 | lib-all-y += $(patsubst %,archival/%,$(sort $(lib-y))) | 86 | lib-all-y += $(patsubst %,archival/%,$(sort $(lib-y))) |
87 | lib-y:= | 87 | lib-y:= |
88 | include archival/libunarchive/Kbuild | 88 | include archival/libarchive/Kbuild |
89 | lib-all-y += $(patsubst %,archival/libunarchive/%,$(sort $(lib-y))) | 89 | lib-all-y += $(patsubst %,archival/libarchive/%,$(sort $(lib-y))) |
90 | lib-y:= | 90 | lib-y:= |
91 | include applets/Kbuild | 91 | include applets/Kbuild |
92 | lib-all-y += $(patsubst %,applets/%,$(sort $(lib-y))) | 92 | lib-all-y += $(patsubst %,applets/%,$(sort $(lib-y))) |