1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # Makefile for the Linux isofs filesystem rout 3 # Makefile for the Linux isofs filesystem routines. 4 # 4 # 5 5 6 obj-$(CONFIG_ISO9660_FS) += isofs.o 6 obj-$(CONFIG_ISO9660_FS) += isofs.o 7 7 8 isofs-y := namei.o inode.o dir 8 isofs-y := namei.o inode.o dir.o util.o rock.o export.o 9 isofs-$(CONFIG_JOLIET) += joliet.o 9 isofs-$(CONFIG_JOLIET) += joliet.o 10 isofs-$(CONFIG_ZISOFS) += compress.o 10 isofs-$(CONFIG_ZISOFS) += compress.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.