2008-04-02 02:18:57 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# Build the romfs root filesystem image
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
|
|
|
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
|
|
|
|
$(HOST_DIR)/usr/bin/genromfs -d $(TARGET_DIR) -f $$@
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call ROOTFS_TARGET,romfs))
|