Searched hist:"83 bc805bff89854e4c81c67633a52ce1015b1502" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/ |
H A D | Makefile | diff 83bc805bff89854e4c81c67633a52ce1015b1502 Tue Aug 25 10:03:20 CEST 2015 Kazuya Mizuguchi <kazuya.mizuguchi.ks@renesas.com> net: compile renesas directory if NET_VENDOR_RENESAS is configured
Currently the renesas ethernet driver directory is compiled if SH_ETH is configured rather than NET_VENDOR_RENESAS. Although incorrect that was quite harmless as until recently as SH_ETH configured the only driver in the renesas directory. However, as of c156633f1353 ("Renesas Ethernet AVB driver proper") the renesas directory includes another driver, configured by RAVB, and it makes little sense for it to have a hidden dependency on SH_ETH.
Signed-off-by: Kazuya Mizuguchi <kazuya.mizuguchi.ks@renesas.com> [horms: rewrote changelog] Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: David S. Miller <davem@davemloft.net>
|