Rename the .mk to follow the convention. The variables inside it already
use the correct name.
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
+++ /dev/null
-################################################################################
-#
-# Build the yaffs2 root filesystem image
-#
-################################################################################
-
-ROOTFS_YAFFS2_DEPENDENCIES = host-yaffs2utils
-
-define ROOTFS_YAFFS2_CMD
- $(HOST_DIR)/bin/mkyaffs2 --all-root $(TARGET_DIR) $@
-endef
-
-$(eval $(rootfs))
--- /dev/null
+################################################################################
+#
+# Build the yaffs2 root filesystem image
+#
+################################################################################
+
+ROOTFS_YAFFS2_DEPENDENCIES = host-yaffs2utils
+
+define ROOTFS_YAFFS2_CMD
+ $(HOST_DIR)/bin/mkyaffs2 --all-root $(TARGET_DIR) $@
+endef
+
+$(eval $(rootfs))