remove unneeded Makefile.in

SVN-Revision: 274
This commit is contained in:
Waldemar Brodkorb 2005-02-19 20:37:38 +00:00
parent 65a9748b9a
commit d7e1809a4a
3 changed files with 0 additions and 12 deletions

View file

@ -1,4 +0,0 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
TARGETS+=jffs2root openwrt-image
ROOTFS=jffs2
endif

View file

@ -1,4 +0,0 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS_LZMA)),y)
TARGETS+=squashfslzmaroot openwrt-image
ROOTFS=squashfslzma
endif

View file

@ -1,4 +0,0 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
TARGETS+=squashfsroot openwrt-image
ROOTFS=squashfs
endif