VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
b24413180f560 (Greg Kroah-Hartman 2017-11-01 15:07:57 +0100  1) # SPDX-License-Identifier: GPL-2.0
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  2) #
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  3) # Makefile for the linux ext2-filesystem routines.
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  4) #
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  5) 
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  6) obj-$(CONFIG_EXT2_FS) += ext2.o
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  7) 
e1740a462ecb2 (Al Viro            2009-06-07 15:14:02 -0400  8) ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  9) 	  ioctl.o namei.o super.o symlink.o
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700 10) 
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700 11) ext2-$(CONFIG_EXT2_FS_XATTR)	 += xattr.o xattr_user.o xattr_trusted.o
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700 12) ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700 13) ext2-$(CONFIG_EXT2_FS_SECURITY)	 += xattr_security.o