0c90c109cb
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>
14 lines
359 B
Makefile
14 lines
359 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|