blob: d72388ebf2f5419cb76ab9f6c9c1d05210f00d4c [file] [log] [blame]
#############################################################
#
# Build the squashfs root filesystem image
#
#############################################################
ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs
define ROOTFS_SQUASHFS_CMD
$(HOST_DIR)/usr/bin/mksquashfs $(TARGET_DIR) $$@ -noappend
endef
$(eval $(call ROOTFS_TARGET,squashfs))