remove unneeded Makefile.in
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Sat, 19 Feb 2005 20:37:38 +0000 (20:37 +0000)
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Sat, 19 Feb 2005 20:37:38 +0000 (20:37 +0000)
SVN-Revision: 274

openwrt/target/jffs2/Makefile.in [deleted file]
openwrt/target/squashfs-lzma/Makefile.in [deleted file]
openwrt/target/squashfs/Makefile.in [deleted file]

diff --git a/openwrt/target/jffs2/Makefile.in b/openwrt/target/jffs2/Makefile.in
deleted file mode 100644 (file)
index ad8693c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
-TARGETS+=jffs2root openwrt-image
-ROOTFS=jffs2
-endif
diff --git a/openwrt/target/squashfs-lzma/Makefile.in b/openwrt/target/squashfs-lzma/Makefile.in
deleted file mode 100644 (file)
index bb65c6d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS_LZMA)),y)
-TARGETS+=squashfslzmaroot openwrt-image
-ROOTFS=squashfslzma
-endif
diff --git a/openwrt/target/squashfs/Makefile.in b/openwrt/target/squashfs/Makefile.in
deleted file mode 100644 (file)
index cba5c30..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
-TARGETS+=squashfsroot openwrt-image
-ROOTFS=squashfs
-endif