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 | 9004fa4f9f83353cd9d3fff7da6361346b2957c2 (patch) | |
tree | 0dd249e4fbde18317c4fc933b69947037f87fd25 /target/squashfs-lzma | |
parent | 2a98f483b8bd3e1686cb1c1214158cd2f1fb7b59 (diff) |
remove unneeded Makefile.in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/squashfs-lzma')
-rw-r--r-- | target/squashfs-lzma/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/squashfs-lzma/Makefile.in b/target/squashfs-lzma/Makefile.in deleted file mode 100644 index bb65c6d03..000000000 --- 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 |