19bdbe842e6a0da36f1b3d52a7a6c991843b9b73
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / fs / yaffs2 / yaffs.mk
1 ################################################################################
2 #
3 # Build the yaffs2 root filesystem image
4 #
5 ################################################################################
6
7 ROOTFS_YAFFS2_DEPENDENCIES = host-yaffs2utils
8
9 define ROOTFS_YAFFS2_CMD
10         $(HOST_DIR)/usr/bin/mkyaffs2 --all-root $(TARGET_DIR) $@
11 endef
12
13 $(eval $(call ROOTFS_TARGET,yaffs2))