Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
[linux-2.6/mini2440.git] / fs / isofs / Makefile
blobbf162f0942d54251b49fed531b433d87fbd228e6
2 # Makefile for the Linux isofs filesystem routines.
5 obj-$(CONFIG_ISO9660_FS) += isofs.o
7 isofs-objs-y := namei.o inode.o dir.o util.o rock.o export.o
8 isofs-objs-$(CONFIG_JOLIET) += joliet.o
9 isofs-objs-$(CONFIG_ZISOFS) += compress.o
10 isofs-objs := $(isofs-objs-y)