Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.23 7 lines 142 B view raw
1# 2# Makefile for the Linux fat filesystem support. 3# 4 5obj-$(CONFIG_FAT_FS) += fat.o 6 7fat-objs := cache.o dir.o fatent.o file.o inode.o misc.o