skalibs: fix endianness detection on x86
[buildroot-gz.git] / fs / yaffs2 / yaffs.mk
blob19bdbe842e6a0da36f1b3d52a7a6c991843b9b73
1 ################################################################################
3 # Build the yaffs2 root filesystem image
5 ################################################################################
7 ROOTFS_YAFFS2_DEPENDENCIES = host-yaffs2utils
9 define ROOTFS_YAFFS2_CMD
10 $(HOST_DIR)/usr/bin/mkyaffs2 --all-root $(TARGET_DIR) $@
11 endef
13 $(eval $(call ROOTFS_TARGET,yaffs2))