The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[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))