From d7e1809a4a48993dd878767cc4b76f1274a1cdc7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 19 Feb 2005 20:37:38 +0000 Subject: [PATCH] remove unneeded Makefile.in SVN-Revision: 274 --- openwrt/target/jffs2/Makefile.in | 4 ---- openwrt/target/squashfs-lzma/Makefile.in | 4 ---- openwrt/target/squashfs/Makefile.in | 4 ---- 3 files changed, 12 deletions(-) delete mode 100644 openwrt/target/jffs2/Makefile.in delete mode 100644 openwrt/target/squashfs-lzma/Makefile.in delete mode 100644 openwrt/target/squashfs/Makefile.in diff --git a/openwrt/target/jffs2/Makefile.in b/openwrt/target/jffs2/Makefile.in deleted file mode 100644 index ad8693c514..0000000000 --- a/openwrt/target/jffs2/Makefile.in +++ /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 index bb65c6d037..0000000000 --- a/openwrt/target/squashfs-lzma/Makefile.in +++ /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 index cba5c3009d..0000000000 --- a/openwrt/target/squashfs/Makefile.in +++ /dev/null @@ -1,4 +0,0 @@ -ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) -TARGETS+=squashfsroot openwrt-image -ROOTFS=squashfs -endif