buildroot/fs/romfs/romfs.mk

14 lines
348 B
Makefile
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
################################################################################
#
# Build the romfs root filesystem image
#
################################################################################
ROOTFS_ROMFS_DEPENDENCIES = host-genromfs
define ROOTFS_ROMFS_CMD
$(HOST_DIR)/bin/genromfs -d $(TARGET_DIR) -f $@
endef
$(eval $(rootfs))