aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/Makefile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2018-07-04 13:50:13 +0200
committerDavid S. Miller <davem@davemloft.net>2018-07-05 20:05:54 +0900
commiteec8bb138e6e8214918f30eb7bdf729236d866a8 (patch)
tree9221889c433d180b2288a50003a950a5888d52da /drivers/net/ethernet/Makefile
parentnet: ethernet: Add missing VENDOR to Cadence and Packet Engines symbols (diff)
downloadlinux-dev-eec8bb138e6e8214918f30eb7bdf729236d866a8.tar.xz
linux-dev-eec8bb138e6e8214918f30eb7bdf729236d866a8.zip
net: ethernet: sfc: Make subdir logic consistent with other vendors
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>
Diffstat (limited to 'drivers/net/ethernet/Makefile')
-rw-r--r--drivers/net/ethernet/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/Makefile b/drivers/net/ethernet/Makefile
index 0c3ab7efff8c..22555e7fa752 100644
--- a/drivers/net/ethernet/Makefile
+++ b/drivers/net/ethernet/Makefile
@@ -80,8 +80,7 @@ obj-$(CONFIG_NET_VENDOR_SAMSUNG) += samsung/
obj-$(CONFIG_NET_VENDOR_SEEQ) += seeq/
obj-$(CONFIG_NET_VENDOR_SILAN) += silan/
obj-$(CONFIG_NET_VENDOR_SIS) += sis/
-obj-$(CONFIG_SFC) += sfc/
-obj-$(CONFIG_SFC_FALCON) += sfc/falcon/
+obj-$(CONFIG_NET_VENDOR_SOLARFLARE) += sfc/
obj-$(CONFIG_NET_VENDOR_SGI) += sgi/
obj-$(CONFIG_NET_VENDOR_SMSC) += smsc/
obj-$(CONFIG_NET_VENDOR_SOCIONEXT) += socionext/