8 lines
		
	
	
		
			184 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the Qualcomm network device drivers.
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_QCOM_EMAC) += emac/
 | |
| obj-$(CONFIG_QCA7000) += qcaspi.o
 | |
| qcaspi-objs := qca_spi.o qca_framing.o qca_7k.o qca_debug.o
 | 
