-
- Downloads
net: Move network rules to drivers/net
The code under drivers/net is related to ethernet networking drivers, in some fashion or another. Drop these from the top-level Makefile and also move the phy rule into drivers/net/Makefile which is where it belongs. Make the new rule for drivers/net check for the build-stage relevant ETH symbol. Fix up some Kconfig dependencies while we're here to mirror how the Makefile logic now works. Signed-off-by:Simon Glass <sjg@chromium.org> [trini: Introduce ETH, Kconfig dependency changes, am43xx fix] Signed-off-by:
Tom Rini <trini@konsulko.com>
Showing
- Makefile 0 additions, 3 deletionsMakefile
- common/spl/Kconfig 2 additions, 0 deletionscommon/spl/Kconfig
- drivers/Makefile 1 addition, 3 deletionsdrivers/Makefile
- drivers/net/Kconfig 3 additions, 0 deletionsdrivers/net/Kconfig
- drivers/net/Makefile 3 additions, 0 deletionsdrivers/net/Makefile
- include/configs/am43xx_evm.h 1 addition, 1 deletioninclude/configs/am43xx_evm.h
- net/eth_common.c 2 additions, 0 deletionsnet/eth_common.c
Loading
Please register or sign in to comment