xref: /linux/fs/isofs/Makefile (revision fa8a4d3659d0c1ad73d5f59b2e0a6d408de5b317)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Linux isofs filesystem routines.
4#
5
6obj-$(CONFIG_ISO9660_FS) += isofs.o
7
8isofs-y 		:= namei.o inode.o dir.o util.o rock.o export.o
9isofs-$(CONFIG_JOLIET)	+= joliet.o
10isofs-$(CONFIG_ZISOFS)	+= compress.o
11