diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-20 17:27:50 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-07-21 13:17:40 +0300 |
commit | 05f56bf49ee0de8979c29c11f61a01e30e964444 (patch) | |
tree | 241072b60847846ada06d76501a713dc897a437f /Makefile | |
parent | 880e6c65503a1a969bd00959b1e7a19a31914c61 (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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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,) |