Move all filesystem generation code to fs/
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 10 Mar 2010 21:30:06 +0000 (22:30 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 9 Apr 2010 09:04:36 +0000 (11:04 +0200)
commit0585241505cfaddc9db6ae92739bdfb5ce5f9794
tree8fb56f7d4ba91b0384e522c10ed9dbdb77dfe7ec
parent325bfd1cbae03fe286796d3fa7de7c0a3227f7a5
Move all filesystem generation code to fs/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
55 files changed:
Config.in
Makefile
fs/Config.in [new file with mode: 0644]
fs/cloop/Config.in [new file with mode: 0644]
fs/cloop/cloop.mk [new file with mode: 0644]
fs/common.mk [new file with mode: 0644]
fs/cpio/Config.in [new file with mode: 0644]
fs/cpio/cpioroot.mk [new file with mode: 0644]
fs/cramfs/Config.in [new file with mode: 0644]
fs/cramfs/cramfs.mk [new file with mode: 0644]
fs/ext2/Config.in [new file with mode: 0644]
fs/ext2/ext2root.mk [new file with mode: 0644]
fs/initramfs/Config.in [new file with mode: 0644]
fs/initramfs/gen_initramfs_list.sh [new file with mode: 0644]
fs/initramfs/initramfs.mk [new file with mode: 0644]
fs/iso9660/Config.in [new file with mode: 0644]
fs/iso9660/iso9660.mk [new file with mode: 0644]
fs/iso9660/menu.lst [new file with mode: 0644]
fs/jffs2/Config.in [new file with mode: 0644]
fs/jffs2/jffs2root.mk [new file with mode: 0644]
fs/romfs/Config.in [new file with mode: 0644]
fs/romfs/romfs.mk [new file with mode: 0644]
fs/squashfs/Config.in [new file with mode: 0644]
fs/squashfs/squashfsroot.mk [new file with mode: 0644]
fs/tar/Config.in [new file with mode: 0644]
fs/tar/tarroot.mk [new file with mode: 0644]
fs/ubifs/Config.in [new file with mode: 0644]
fs/ubifs/ubifsroot.mk [new file with mode: 0644]
target/Config.in
target/Makefile.in
target/cloop/Config.in [deleted file]
target/cloop/cloop.mk [deleted file]
target/common.mk [deleted file]
target/cpio/Config.in [deleted file]
target/cpio/cpioroot.mk [deleted file]
target/cramfs/Config.in [deleted file]
target/cramfs/cramfs.mk [deleted file]
target/ext2/Config.in [deleted file]
target/ext2/ext2root.mk [deleted file]
target/initramfs/Config.in [deleted file]
target/initramfs/gen_initramfs_list.sh [deleted file]
target/initramfs/initramfs.mk [deleted file]
target/iso9660/Config.in [deleted file]
target/iso9660/iso9660.mk [deleted file]
target/iso9660/menu.lst [deleted file]
target/jffs2/Config.in [deleted file]
target/jffs2/jffs2root.mk [deleted file]
target/romfs/Config.in [deleted file]
target/romfs/romfs.mk [deleted file]
target/squashfs/Config.in [deleted file]
target/squashfs/squashfsroot.mk [deleted file]
target/tar/Config.in [deleted file]
target/tar/tarroot.mk [deleted file]
target/ubifs/Config.in [deleted file]
target/ubifs/ubifsroot.mk [deleted file]