1 ################################################################################
3 # Build the cramfs root filesystem image
5 ################################################################################
7 ifeq ($(BR2_ENDIAN
),"BIG")
13 define ROOTFS_CRAMFS_CMD
14 $(HOST_DIR
)/usr
/bin
/mkcramfs
$(CRAMFS_OPTS
) $(TARGET_DIR
) $@
17 ROOTFS_CRAMFS_DEPENDENCIES
= host-cramfs
19 $(eval
$(call ROOTFS_TARGET
,cramfs
))