]> git.ipfire.org Git - thirdparty/linux.git/blame - fs/isofs/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / fs / isofs / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the Linux isofs filesystem routines.
4#
5
6obj-$(CONFIG_ISO9660_FS) += isofs.o
7
8isofs-objs-y := namei.o inode.o dir.o util.o rock.o export.o
9isofs-objs-$(CONFIG_JOLIET) += joliet.o
10isofs-objs-$(CONFIG_ZISOFS) += compress.o
11isofs-objs := $(isofs-objs-y)