[powerpc*] udeb: Remove redundant lines from nic-modules

The bmac, ehea, ibmveth, ps3_gelic, spidernet, sungem, sungem_phy,
and sunhme drivers are built under drivers/net/ethernet so don't
need to be specifically included.  pasemi_mac has been renamed to
pasemi_mac_driver, and is also under drivers/net/ethernet.

The ehea, ps3_gelic, and spidernet drivers then don't need to be
excluded on ppc64el.

Make the airport driver optional now, so that it doesn't need to be
excluded on ppc64el.  I will move it to nic-wireless-modules next.
This commit is contained in:
Ben Hutchings 2019-02-12 16:44:45 +00:00
parent d73f57db45
commit b06fe35d7f
3 changed files with 4 additions and 16 deletions

View File

@ -1,7 +1 @@
#include "../powerpc/nic-modules"
ehea
ibmveth
pasemi_mac ?
ps3_gelic
spidernet

View File

@ -1,8 +1,7 @@
#include <nic-modules>
# Include AppleTalk-IP driver
ipddp
sunhme
airport
sungem
sungem_phy
bmac ?
# XXX Belongs in nic-wireless-modules
airport ?

View File

@ -1,6 +1 @@
#include "../ppc64/nic-modules"
airport -
ehea -
ps3_gelic -
spidernet -