This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

17
fs/erofs/erofs.mk Normal file
View File

@@ -0,0 +1,17 @@
################################################################################
#
# Build the EROFS root filesystem image
#
################################################################################
ROOTFS_EROFS_DEPENDENCIES = host-erofs-utils
ifeq ($(BR2_TARGET_ROOTFS_EROFS_LZ4HC),y)
ROOTFS_EROFS_ARGS += -zlz4hc
endif
define ROOTFS_EROFS_CMD
$(HOST_DIR)/bin/mkfs.erofs $(ROOTFS_EROFS_ARGS) $@ $(TARGET_DIR)
endef
$(eval $(rootfs))