Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again)
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / fs / fat / Makefile
blobe06190322c1c8af1544034c1476f3c779b165318
2 # Makefile for the Linux fat filesystem support.
5 obj-$(CONFIG_FAT_FS) += fat.o
6 obj-$(CONFIG_VFAT_FS) += vfat.o
7 obj-$(CONFIG_MSDOS_FS) += msdos.o
9 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o
10 vfat-y := namei_vfat.o
11 msdos-y := namei_msdos.o