aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-19 20:37:38 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-19 20:37:38 +0000
commitb0d38d2ee32153f375c27ee59a4643730d7976a1 (patch)
tree0dd249e4fbde18317c4fc933b69947037f87fd25 /target
parent30b53dfbd4cf567ef7e353c26ebeff65f758c635 (diff)
downloadmaster-187ad058-b0d38d2ee32153f375c27ee59a4643730d7976a1.tar.gz
master-187ad058-b0d38d2ee32153f375c27ee59a4643730d7976a1.tar.bz2
master-187ad058-b0d38d2ee32153f375c27ee59a4643730d7976a1.zip
remove unneeded Makefile.in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/jffs2/Makefile.in4
-rw-r--r--target/squashfs-lzma/Makefile.in4
-rw-r--r--target/squashfs/Makefile.in4
3 files changed, 0 insertions, 12 deletions
diff --git a/target/jffs2/Makefile.in b/target/jffs2/Makefile.in
deleted file mode 100644
index ad8693c514..0000000000
--- a/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/target/squashfs-lzma/Makefile.in b/target/squashfs-lzma/Makefile.in
deleted file mode 100644
index bb65c6d037..0000000000
--- a/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/target/squashfs/Makefile.in b/target/squashfs/Makefile.in
deleted file mode 100644
index cba5c3009d..0000000000
--- a/target/squashfs/Makefile.in
+++ /dev/null
@@ -1,4 +0,0 @@
-ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
-TARGETS+=squashfsroot openwrt-image
-ROOTFS=squashfs
-endif