diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 20:37:38 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 20:37:38 +0000 |
commit | fb826963bfcb9b2cf71acbbdc4f844132709e70e (patch) | |
tree | 4064e135beb95da79ba367c48738da92521fd640 /openwrt | |
parent | 665ada0f7d0fcd813ac2bdf4607c2f8a5e460831 (diff) |
remove unneeded Makefile.in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/jffs2/Makefile.in | 4 | ||||
-rw-r--r-- | openwrt/target/squashfs-lzma/Makefile.in | 4 | ||||
-rw-r--r-- | openwrt/target/squashfs/Makefile.in | 4 |
3 files changed, 0 insertions, 12 deletions
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 |