2015-10-14 21:51:26 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# Build the axfs root filesystem image
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
ROOTFS_AXFS_DEPENDENCIES = host-axfsutils
|
|
|
|
|
|
|
|
define ROOTFS_AXFS_CMD
|
2017-07-05 13:14:19 +02:00
|
|
|
$(HOST_DIR)/bin/mkfs.axfs -s -a $(TARGET_DIR) $@
|
2015-10-14 21:51:26 +02:00
|
|
|
endef
|
|
|
|
|
2017-12-28 11:40:32 +01:00
|
|
|
$(eval $(rootfs))
|