e0ac65ff9e5e9992796a0f55bd0b250b38ae938d
[packages/trusty/cirros-testvm.git] / romfs.mk
1 ################################################################################
2 #
3 # Build the romfs root filesystem image
4 #
5 ################################################################################
6
7 ROMFS_TARGET = $(IMAGE).romfs
8
9 ROOTFS_ROMFS_DEPENDENCIES = host-genromfs
10
11 define ROOTFS_ROMFS_CMD
12         $(HOST_DIR)/usr/bin/genromfs -d $(TARGET_DIR) -f $@
13 endef
14
15 $(eval $(call ROOTFS_TARGET,romfs))