From 4c4768b2f79d984a09acc7695a481e2ca281aeb2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 04:34:21 +0000 Subject: Fix it so we once again build the target root_fs --- target/jffs2/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 target/jffs2/Makefile.in (limited to 'target/jffs2/Makefile.in') 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 -- cgit v1.2.3