VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
29b24f6ca112d drivers/staging/erofs/Makefile (Gao Xiang 2019-07-31 23:57:31 +0800 1) # SPDX-License-Identifier: GPL-2.0-only
fd68c6a20fcfa drivers/staging/erofs/Makefile (Gao Xiang 2018-07-26 20:21:51 +0800 2) 
fd68c6a20fcfa drivers/staging/erofs/Makefile (Gao Xiang 2018-07-26 20:21:51 +0800 3) obj-$(CONFIG_EROFS_FS) += erofs.o
524887347fcb6 fs/erofs/Makefile              (Gao Xiang 2021-04-10 03:06:30 +0800 4) erofs-objs := super.o inode.o data.o namei.o dir.o utils.o pcpubuf.o
b17500a0fdbae drivers/staging/erofs/Makefile (Gao Xiang 2018-07-26 20:21:52 +0800 5) erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o
57b78c9fd9ce4 drivers/staging/erofs/Makefile (Gao Xiang 2019-07-31 23:57:32 +0800 6) erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o