linuxOS_PX30_CAR/buildroot/fs/yaffs2/yaffs.mk

14 lines
359 B
Makefile
Raw Permalink Normal View History

2026-01-20 05:50:57 +00:00
################################################################################
#
# 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))