Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes
[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)