9 lines
		
	
	
		
			299 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			299 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0
 | |
| 
 | |
| obj-$(CONFIG_RV) += rv.o
 | |
| obj-$(CONFIG_RV_MON_WIP) += monitors/wip/wip.o
 | |
| obj-$(CONFIG_RV_MON_WWNR) += monitors/wwnr/wwnr.o
 | |
| obj-$(CONFIG_RV_REACTORS) += rv_reactors.o
 | |
| obj-$(CONFIG_RV_REACT_PRINTK) += reactor_printk.o
 | |
| obj-$(CONFIG_RV_REACT_PANIC) += reactor_panic.o
 |