xref: /linux/kernel/trace/rv/Makefile (revision f74f8bb246cf22f27752977da62079cb615f55b2)
1102227b9SDaniel Bristot de Oliveira# SPDX-License-Identifier: GPL-2.0
2102227b9SDaniel Bristot de Oliveira
3bc3d482dSGabriele Monacoccflags-y += -I $(src)		# needed for trace events
4bc3d482dSGabriele Monaco
5102227b9SDaniel Bristot de Oliveiraobj-$(CONFIG_RV) += rv.o
610bde81cSDaniel Bristot de Oliveiraobj-$(CONFIG_RV_MON_WIP) += monitors/wip/wip.o
7ccc319dcSDaniel Bristot de Oliveiraobj-$(CONFIG_RV_MON_WWNR) += monitors/wwnr/wwnr.o
8cb85c660SGabriele Monacoobj-$(CONFIG_RV_MON_SCHED) += monitors/sched/sched.o
99fd420abSGabriele Monacoobj-$(CONFIG_RV_MON_TSS) += monitors/tss/tss.o
109fd420abSGabriele Monacoobj-$(CONFIG_RV_MON_SCO) += monitors/sco/sco.o
1193bac9cfSGabriele Monacoobj-$(CONFIG_RV_MON_SNROC) += monitors/snroc/snroc.o
12fbe6c09bSGabriele Monacoobj-$(CONFIG_RV_MON_SCPD) += monitors/scpd/scpd.o
13fbe6c09bSGabriele Monacoobj-$(CONFIG_RV_MON_SNEP) += monitors/snep/snep.o
14fbe6c09bSGabriele Monacoobj-$(CONFIG_RV_MON_SNCID) += monitors/sncid/sncid.o
15886fc86eSNam Caoobj-$(CONFIG_RV_MON_RTAPP) += monitors/rtapp/rtapp.o
169162620eSNam Caoobj-$(CONFIG_RV_MON_PAGEFAULT) += monitors/pagefault/pagefault.o
17*f74f8bb2SNam Caoobj-$(CONFIG_RV_MON_SLEEP) += monitors/sleep/sleep.o
18de6f45c2SGabriele Monaco# Add new monitors here
19135b881eSDaniel Bristot de Oliveiraobj-$(CONFIG_RV_REACTORS) += rv_reactors.o
20135b881eSDaniel Bristot de Oliveiraobj-$(CONFIG_RV_REACT_PRINTK) += reactor_printk.o
21e88043c0SDaniel Bristot de Oliveiraobj-$(CONFIG_RV_REACT_PANIC) += reactor_panic.o
22