11 lines
		
	
	
		
			277 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			277 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-or-later
 | |
| #
 | |
| # Makefile for the CTU CAN-FD IP module drivers
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_CAN_CTUCANFD) := ctucanfd.o
 | |
| ctucanfd-y := ctucanfd_base.o
 | |
| 
 | |
| obj-$(CONFIG_CAN_CTUCANFD_PCI) += ctucanfd_pci.o
 | |
| obj-$(CONFIG_CAN_CTUCANFD_PLATFORM) += ctucanfd_platform.o
 |