Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / fs / isofs / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Linux isofs filesystem routines.
4 #
5
6 obj-$(CONFIG_ISO9660_FS) += isofs.o
7
8 isofs-objs-y                    := namei.o inode.o dir.o util.o rock.o export.o
9 isofs-objs-$(CONFIG_JOLIET)     += joliet.o
10 isofs-objs-$(CONFIG_ZISOFS)     += compress.o
11 isofs-objs                      := $(isofs-objs-y)