xref: /linux/kernel/trace/rv/Makefile (revision 40648d246fa4307ef11d185933cb0d79fc9ff46c)
1# SPDX-License-Identifier: GPL-2.0
2
3ccflags-y += -I $(src)		# needed for trace events
4
5obj-$(CONFIG_RV) += rv.o
6obj-$(CONFIG_RV_MON_WIP) += monitors/wip/wip.o
7obj-$(CONFIG_RV_MON_WWNR) += monitors/wwnr/wwnr.o
8# Add new monitors here
9obj-$(CONFIG_RV_REACTORS) += rv_reactors.o
10obj-$(CONFIG_RV_REACT_PRINTK) += reactor_printk.o
11obj-$(CONFIG_RV_REACT_PANIC) += reactor_panic.o
12