2013-06-06 23:54:13 +02:00
|
|
|
################################################################################
|
2008-04-02 02:18:57 +02:00
|
|
|
#
|
|
|
|
# Build the romfs root filesystem image
|
|
|
|
#
|
2013-06-06 23:54:13 +02:00
|
|
|
################################################################################
|
2008-04-02 02:18:57 +02:00
|
|
|
|
|
|
|
ROMFS_TARGET=$(IMAGE).romfs
|
|
|
|
|
2010-03-10 00:14:06 +01:00
|
|
|
ROOTFS_ROMFS_DEPENDENCIES = host-genromfs
|
2008-04-02 02:18:57 +02:00
|
|
|
|
2010-03-10 00:14:06 +01:00
|
|
|
define ROOTFS_ROMFS_CMD
|
2013-01-20 15:03:13 +01:00
|
|
|
$(HOST_DIR)/usr/bin/genromfs -d $(TARGET_DIR) -f $@
|
2010-03-10 00:14:06 +01:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call ROOTFS_TARGET,romfs))
|