blob: bf162f0942d54251b49fed531b433d87fbd228e6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the Linux isofs filesystem routines.
3#
4
5obj-$(CONFIG_ISO9660_FS) += isofs.o
6
7isofs-objs-y := namei.o inode.o dir.o util.o rock.o export.o
8isofs-objs-$(CONFIG_JOLIET) += joliet.o
9isofs-objs-$(CONFIG_ZISOFS) += compress.o
10isofs-objs := $(isofs-objs-y)