diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-07-04 13:50:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-05 20:05:54 +0900 |
commit | eec8bb138e6e8214918f30eb7bdf729236d866a8 (patch) | |
tree | 9221889c433d180b2288a50003a950a5888d52da /drivers/net/ethernet/sfc | |
parent | 0df5f81c481e383f37f9f97eb014c885898b1773 (diff) | |
download | linux-eec8bb138e6e8214918f30eb7bdf729236d866a8.tar.bz2 |
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/sfc')
-rw-r--r-- | drivers/net/ethernet/sfc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sfc/Makefile b/drivers/net/ethernet/sfc/Makefile index 3bac58d0f88b..c5c297e78d06 100644 --- a/drivers/net/ethernet/sfc/Makefile +++ b/drivers/net/ethernet/sfc/Makefile @@ -6,3 +6,5 @@ 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/ |