1 ################################################################################
3 # Build the axfs root filesystem image
5 ################################################################################
7 ROOTFS_AXFS_DEPENDENCIES
= host-axfsutils
10 $(HOST_DIR
)/usr
/bin
/mkfs.axfs
-s
-a
$(TARGET_DIR
) $@
13 $(eval
$(call ROOTFS_TARGET
,axfs
))