]> Git Repo - linux.git/blob - fs/cramfs/Makefile
Merge tag 'spi-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / fs / cramfs / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for the linux cramfs routines.
4 #
5
6 obj-$(CONFIG_CRAMFS) += cramfs.o
7
8 cramfs-objs := inode.o uncompress.o
This page took 0.028819 seconds and 4 git commands to generate.