summaryrefslogtreecommitdiff
path: root/openwrt/target/jffs2/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/target/jffs2/Makefile.in')
-rw-r--r--openwrt/target/jffs2/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/target/jffs2/Makefile.in b/openwrt/target/jffs2/Makefile.in
new file mode 100644
index 0000000000..31452eba8d
--- /dev/null
+++ b/openwrt/target/jffs2/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
+TARGETS+=jffs2root
+endif