]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - mm/kfence/Makefile
Merge tag 'orphan-handling-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / mm / kfence / Makefile
CommitLineData
0ce20dd8
AP
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_KFENCE) := core.o report.o
bc8fbc5f
ME
4
5CFLAGS_kfence_test.o := -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
6obj-$(CONFIG_KFENCE_KUNIT_TEST) += kfence_test.o