Both SFC and SFC_FALCON depend on NET_VENDOR_SOLARFLARE, hence use the latter to decide whether to descend into the sfc subdirectory. Move the rule to descend into sfc/falcon to the sfc subdirectory. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Martin Habets <mhabets@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			11 lines
		
	
	
		
			331 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			331 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0
 | 
						|
sfc-y			+= efx.o nic.o farch.o siena.o ef10.o tx.o rx.o \
 | 
						|
			   selftest.o ethtool.o ptp.o tx_tso.o \
 | 
						|
			   mcdi.o mcdi_port.o mcdi_mon.o
 | 
						|
sfc-$(CONFIG_SFC_MTD)	+= mtd.o
 | 
						|
sfc-$(CONFIG_SFC_SRIOV)	+= sriov.o siena_sriov.o ef10_sriov.o
 | 
						|
 | 
						|
obj-$(CONFIG_SFC)	+= sfc.o
 | 
						|
 | 
						|
obj-$(CONFIG_SFC_FALCON) += falcon/
 |