]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - fs/ecryptfs/Makefile
Merge tag 'memory-controller-drv-tegra-5.14-3' of git://git.kernel.org/pub/scm/linux...
[mirror_ubuntu-jammy-kernel.git] / fs / ecryptfs / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
237fead6 2#
290502be 3# Makefile for the Linux eCryptfs
237fead6
MH
4#
5
6obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o
7
290502be
KC
8ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
9 crypto.o keystore.o kthread.o debug.o
10
11ecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING) += messaging.o miscdev.o