aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 32ee917..2000b17 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ $(BUILDDIR)/%.o: %.c
all: $(TARGETS)
make -C $(BUILDDIR)/ubi-utils
+ make -C $(BUILDDIR)/mkfs.ubifs
IGNORE=${wildcard $(BUILDDIR)/.*.c.dep}
-include ${IGNORE}
@@ -56,6 +57,7 @@ clean:
rm -f $(BUILDDIR)/*.o $(TARGETS) $(BUILDDIR)/.*.c.dep $(SYMLINKS)
if [ "$(BUILDDIR)x" != ".x" ]; then rm -rf $(BUILDDIR); fi
make -C $(BUILDDIR)/ubi-utils clean
+ make -C $(BUILDDIR)/mkfs.ubifs clean
$(SYMLINKS):
ln -sf ../fs/jffs2/$@ $@
@@ -98,3 +100,4 @@ install: ${TARGETS}
mkdir -p ${DESTDIR}/${MANDIR}/man1
gzip -9c mkfs.jffs2.1 > ${DESTDIR}/${MANDIR}/man1/mkfs.jffs2.1.gz
make -C $(BUILDDIR)/ubi-utils install
+ make -C $(BUILDDIR)/mkfs.ubifs install