![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for the Linux isofs filesystem routines. 0004 # 0005 0006 obj-$(CONFIG_ISO9660_FS) += isofs.o 0007 0008 isofs-objs-y := namei.o inode.o dir.o util.o rock.o export.o 0009 isofs-objs-$(CONFIG_JOLIET) += joliet.o 0010 isofs-objs-$(CONFIG_ZISOFS) += compress.o 0011 isofs-objs := $(isofs-objs-y)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |