]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - 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
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_KFENCE) := core.o report.o
4
5 CFLAGS_kfence_test.o := -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
6 obj-$(CONFIG_KFENCE_KUNIT_TEST) += kfence_test.o