diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-02 22:43:01 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:32 +0200 |
commit | 16b1d2a734bde48c104eeef7e1a3287785ab2251 (patch) | |
tree | bcac0b0cbfd90374cdd3cf88bdd816e1cb419e66 /target/jffs2/jffs2root.mk | |
parent | a573150c199028c1d03713ca8c801e8187851544 (diff) |
target/jffs2: cleanup
Remove the code to build host MTD utils, since they can now be built
using package/mtd.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/jffs2/jffs2root.mk')
-rw-r--r-- | target/jffs2/jffs2root.mk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/target/jffs2/jffs2root.mk b/target/jffs2/jffs2root.mk index 7d31417ee..30ac86ddf 100644 --- a/target/jffs2/jffs2root.mk +++ b/target/jffs2/jffs2root.mk @@ -44,7 +44,7 @@ endif # value of MKFS_JFFS2 to either the previously installed copy or the one # just built. # -$(JFFS2_TARGET): host-fakeroot makedevs mtd-host +$(JFFS2_TARGET): host-fakeroot host-mtd makedevs # Use fakeroot to pretend all target binaries are owned by root rm -f $(BUILD_DIR)/_fakeroot.$(notdir $(JFFS2_TARGET)) touch $(BUILD_DIR)/.fakeroot.00000 @@ -81,14 +81,6 @@ ifneq ($(JFFS2_COPYTO),) @cp -f $(JFFS2_TARGET) $(JFFS2_COPYTO) endif -jffs2root-source: mtd-host-source - -jffs2root-clean: mtd-host-clean - -rm -f $(JFFS2_TARGET) - -jffs2root-dirclean: mtd-host-dirclean - -rm -f $(JFFS2_TARGET) - ############################################################# # # Toplevel Makefile options |