mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 14:23:07 +07:00
8 lines
145 B
Makefile
8 lines
145 B
Makefile
|
#
|
||
|
# Makefile for kernel probes
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_KPROBES) += core.o
|
||
|
obj-$(CONFIG_OPTPROBES) += opt.o
|
||
|
obj-$(CONFIG_KPROBES_ON_FTRACE) += ftrace.o
|