From 275fcee617c8a7114f93488b86f904d4a9059122 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 04:46:15 +0000 Subject: Fix it so we once again build the target root_fs --- target/squashfs/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 target/squashfs/Makefile.in (limited to 'target/squashfs/Makefile.in') diff --git a/target/squashfs/Makefile.in b/target/squashfs/Makefile.in new file mode 100644 index 000000000..2278d720c --- /dev/null +++ b/target/squashfs/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) +TARGETS+=squashfsroot +endif -- cgit v1.2.3