From b6842c40977886058f3471973397872c880a0ddc Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 28 Dec 2017 11:40:32 +0100 Subject: 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" Signed-off-by: Thomas Petazzoni --- fs/iso9660/iso9660.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/iso9660') diff --git a/fs/iso9660/iso9660.mk b/fs/iso9660/iso9660.mk index 38ed3cd970..207c6aa39f 100644 --- a/fs/iso9660/iso9660.mk +++ b/fs/iso9660/iso9660.mk @@ -144,4 +144,4 @@ endef ROOTFS_ISO9660_POST_GEN_HOOKS += ROOTFS_ISO9660_GEN_HYBRID endif -$(eval $(call ROOTFS_TARGET,iso9660)) +$(eval $(rootfs)) -- cgit v1.2.3