diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-18 22:53:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-18 22:53:57 +0000 |
commit | 460fc8a7ee1296e01c953a95f0db2c797255baa7 (patch) | |
tree | 5aee0f59ace441b019028a46122ca13f7d98b3cf /make/jffs2root.mk | |
parent | 34b86305eff15b2f0be5bcdb3cd02b7fb8a90b61 (diff) | |
download | buildroot-novena-460fc8a7ee1296e01c953a95f0db2c797255baa7.tar.gz buildroot-novena-460fc8a7ee1296e01c953a95f0db2c797255baa7.zip |
Bwahahahahaa. cut and paste strikes again.
Diffstat (limited to 'make/jffs2root.mk')
-rw-r--r-- | make/jffs2root.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/jffs2root.mk b/make/jffs2root.mk index 806845108..77ab5c998 100644 --- a/make/jffs2root.mk +++ b/make/jffs2root.mk @@ -37,13 +37,13 @@ jffs2root: jffs2 -D $(SOURCE_DIR)/device_table.txt -d $(TARGET_DIR) \ -o $(IMAGE) -jffs2root-source: $(DL_DIR)/$(GENEXT2_SOURCE) +jffs2root-source: $(DL_DIR)/$(MTD_SOURCE) jffs2root-clean: - -$(MAKE) -C $(GENEXT2_DIR) clean + -$(MAKE) -C $(MTD_DIR) clean jffs2root-dirclean: - rm -rf $(GENEXT2_DIR) + rm -rf $(MTD_DIR) |