libplist: download from the official project website and use a tar.bz2
[buildroot-gz.git] / fs / romfs / romfs.mk
blob2738b6b292923ec9d6ec4b781436455bdf86f0b3
1 ################################################################################
3 # Build the romfs root filesystem image
5 ################################################################################
7 ROOTFS_ROMFS_DEPENDENCIES = host-genromfs
9 define ROOTFS_ROMFS_CMD
10 $(HOST_DIR)/usr/bin/genromfs -d $(TARGET_DIR) -f $@
11 endef
13 $(eval $(call ROOTFS_TARGET,romfs))