diff options
Diffstat (limited to 'target/jffs2/Makefile.in')
-rw-r--r-- | target/jffs2/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/jffs2/Makefile.in b/target/jffs2/Makefile.in new file mode 100644 index 000000000..31452eba8 --- /dev/null +++ b/target/jffs2/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y) +TARGETS+=jffs2root +endif |