mbox series

[0/3] net: ethernet: Miscellaneous Kconfig and Makefile cleanups

Message ID 20180704115013.28078-1-geert+renesas@glider.be
Headers show
Series net: ethernet: Miscellaneous Kconfig and Makefile cleanups | expand

Message

Geert Uytterhoeven July 4, 2018, 11:50 a.m. UTC
Hi all,

This patch series contains a few Kconfig and Makefile cleanups w.r.t.
Ethernet vendors.

Thanks!

Geert Uytterhoeven (3):
  net: ethernet: Make NET_VENDOR_AURORA default to yes
  net: ethernet: Add missing VENDOR to Cadence and Packet Engines
    symbols
  net: ethernet: sfc: Make subdir logic consistent with other vendors

 drivers/net/ethernet/Makefile              | 7 +++----
 drivers/net/ethernet/aurora/Kconfig        | 1 +
 drivers/net/ethernet/cadence/Kconfig       | 6 +++---
 drivers/net/ethernet/packetengines/Kconfig | 6 +++---
 drivers/net/ethernet/sfc/Makefile          | 2 ++
 5 files changed, 12 insertions(+), 10 deletions(-)

Comments

David Miller July 5, 2018, 11:06 a.m. UTC | #1
From: Geert Uytterhoeven <geert+renesas@glider.be>
Date: Wed,  4 Jul 2018 13:50:10 +0200

> This patch series contains a few Kconfig and Makefile cleanups w.r.t.
> Ethernet vendors.

Series applied to net-next, thanks Geert.