Fix for file injection is broken on centos computes with Cirros images LP #1587960
[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))