mm/memory_hotplug: use pfn math in place of direct struct page manipulation
[platform/kernel/linux-starfive.git] / mm / kfence / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-y := core.o report.o
4
5 CFLAGS_kfence_test.o := -fno-omit-frame-pointer -fno-optimize-sibling-calls
6 obj-$(CONFIG_KFENCE_KUNIT_TEST) += kfence_test.o