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
|
|
|
|
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
|
2017-07-05 13:14:19 +02:00
|
|
|
$(HOST_DIR)/bin/genromfs -d $(TARGET_DIR) -f $@
|
2010-03-10 00:14:06 +01:00
|
|
|
endef
|
|
|
|
|
2017-12-28 11:40:32 +01:00
|
|
|
$(eval $(rootfs))
|