diff options
Diffstat (limited to 'fs/cramfs/Makefile')
-rw-r--r-- | fs/cramfs/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/cramfs/Makefile b/fs/cramfs/Makefile new file mode 100644 index 0000000000..8c3ed29824 --- /dev/null +++ b/fs/cramfs/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for the linux cramfs routines. +# + +obj-$(CONFIG_CRAMFS) += cramfs.o + +cramfs-objs := inode.o uncompress.o |