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 fat filesystem support.
^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_FAT_FS) += fat.o
990e194e69009 (OGAWA Hirofumi     2008-11-06 12:53:45 -0800  7) obj-$(CONFIG_VFAT_FS) += vfat.o
990e194e69009 (OGAWA Hirofumi     2008-11-06 12:53:45 -0800  8) obj-$(CONFIG_MSDOS_FS) += msdos.o
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  9) 
21b6633d516c4 (Steven J. Magnani  2012-10-04 17:14:44 -0700 10) fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
990e194e69009 (OGAWA Hirofumi     2008-11-06 12:53:45 -0800 11) vfat-y := namei_vfat.o
990e194e69009 (OGAWA Hirofumi     2008-11-06 12:53:45 -0800 12) msdos-y := namei_msdos.o