]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/isofs/Makefile
Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupt...
[mirror_ubuntu-artful-kernel.git] / fs / isofs / Makefile
CommitLineData
1da177e4
LT
1#
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)