Pull one more egcs 1.1.2 workaround.
[linux-2.6/linux-mips.git] / fs / fat / Makefile
blob7d64219ff647cc0a83e60e63b8e48e6e948a46b9
2 # Makefile for the Linux fat filesystem support.
5 export-objs := fatfs_syms.o
7 obj-$(CONFIG_FAT_FS) += fat.o
9 fat-objs := cache.o dir.o file.o inode.o misc.o fatfs_syms.o
11 include $(TOPDIR)/Rules.make