summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-07-20 17:27:50 -0400
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2010-07-21 13:17:40 +0300
commit05f56bf49ee0de8979c29c11f61a01e30e964444 (patch)
tree241072b60847846ada06d76501a713dc897a437f /Makefile
parent880e6c65503a1a969bd00959b1e7a19a31914c61 (diff)
fix parallel build between ubi-utils and mkfs.ubifs
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b558705..d315f39 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,9 @@ LDDEPS = $(BUILDDIR)/lib/libmtd.a
include common.mk
+# mkfs.ubifs needs -lubi which is in ubi-utils/
+subdirs_mkfs.ubifs_all: subdirs_ubi-utils_all
+
clean::
-rm -f $(SYMLINKS)
ifneq ($(BUILDDIR)/.git,)