Pull one more egcs 1.1.2 workaround.
[linux-2.6/linux-mips.git] / fs / ufs / Makefile
blobdcd77fe93963cfbab6701fdaf4e42cbd25516652
2 # Makefile for the Linux ufs filesystem routines.
5 obj-$(CONFIG_UFS_FS) += ufs.o
7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
8 namei.o super.o symlink.o truncate.o util.o
10 include $(TOPDIR)/Rules.make