 4ade6feb52
			
		
	
	
	4ade6feb52
	
	
	
		
			
			No need to manually copy debug settings into subdir Makefiles. kbuild has a mechanism for inheriting, so let's use it. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			188 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			188 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| #  Makefile for the Bosch C_CAN controller drivers.
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_CAN_C_CAN) += c_can.o
 | |
| obj-$(CONFIG_CAN_C_CAN_PLATFORM) += c_can_platform.o
 | |
| obj-$(CONFIG_CAN_C_CAN_PCI) += c_can_pci.o
 |