projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/scm/linux...
[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 := -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
6
obj-$(CONFIG_KFENCE_KUNIT_TEST) += kfence_test.o