]> Git Repo - linux.git/blame - fs/isofs/Makefile
Merge branch btrfs-master into for-linus
[linux.git] / fs / isofs / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux isofs filesystem routines.
3#
4
5obj-$(CONFIG_ISO9660_FS) += isofs.o
6
7isofs-objs-y := namei.o inode.o dir.o util.o rock.o export.o
8isofs-objs-$(CONFIG_JOLIET) += joliet.o
9isofs-objs-$(CONFIG_ZISOFS) += compress.o
10isofs-objs := $(isofs-objs-y)
This page took 0.487787 seconds and 4 git commands to generate.