VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
b9d1e2e6265f5 (Namjae Jeon 2020-03-02 15:21:42 +0900 1) # SPDX-License-Identifier: GPL-2.0-or-later
b9d1e2e6265f5 (Namjae Jeon 2020-03-02 15:21:42 +0900 2) #
b9d1e2e6265f5 (Namjae Jeon 2020-03-02 15:21:42 +0900 3) # Makefile for the linux exFAT filesystem support.
b9d1e2e6265f5 (Namjae Jeon 2020-03-02 15:21:42 +0900 4) #
b9d1e2e6265f5 (Namjae Jeon 2020-03-02 15:21:42 +0900 5) obj-$(CONFIG_EXFAT_FS) += exfat.o
b9d1e2e6265f5 (Namjae Jeon 2020-03-02 15:21:42 +0900 6) 
b9d1e2e6265f5 (Namjae Jeon 2020-03-02 15:21:42 +0900 7) exfat-y	:= inode.o namei.o dir.o super.o fatent.o cache.o nls.o misc.o \
b9d1e2e6265f5 (Namjae Jeon 2020-03-02 15:21:42 +0900 8) 	   file.o balloc.o