blob: 63eb99448f1156b7f1a58969c15c5ce159165347 [file] [log] [blame]
################################################################################
#
# Build the romfs root filesystem image
#
################################################################################
ROMFS_TARGET=$(IMAGE).romfs
ROOTFS_ROMFS_DEPENDENCIES = host-genromfs
define ROOTFS_ROMFS_CMD
$(HOST_DIR)/usr/bin/genromfs -d $(TARGET_DIR) -f $@
endef
$(eval $(call ROOTFS_TARGET,romfs))