fs: make it behave a bit more like the package infra
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 28 Dec 2017 10:40:32 +0000 (11:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 3 Jan 2018 20:58:07 +0000 (21:58 +0100)
commitb6842c40977886058f3471973397872c880a0ddc
tree4fcb6516c80eb8c516ab11d56b6b1af04c65570d
parent9fc21664e850f0999c4aa358235ab2b73f4bfb60
fs: make it behave a bit more like the package infra

Currently, to register a filesystem, one has to call:

    $(eval $(call ROOTFS_TARGET,blabla))

This is very unlike the package infrastructure, where the name of the
package is automatically guessed by the infra.

It turns out that we can now do that for the filesystem infra too.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 files changed:
fs/axfs/axfs.mk
fs/cloop/cloop.mk
fs/common.mk
fs/cpio/cpio.mk
fs/cramfs/cramfs.mk
fs/ext2/ext2.mk
fs/iso9660/iso9660.mk
fs/jffs2/jffs2.mk
fs/romfs/romfs.mk
fs/squashfs/squashfs.mk
fs/tar/tar.mk
fs/ubi/ubi.mk
fs/ubifs/ubifs.mk
fs/yaffs2/yaffs.mk