0585241505
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
361 B
Makefile
15 lines
361 B
Makefile
#############################################################
|
|
#
|
|
# 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)) |