mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 08:44:02 -04:00
This reverts commitc902ba322c. This reverts commit50648968b3. This reverts commit77cef1e021. This reverts commit8f8d322bc4. This reverts commit6ca7b5486e. This reverts commitdb468f92c3. This reverts commit5f8c64c234. This reverts commitebdc193b2c. The driver needs more work. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
17 lines
422 B
Makefile
17 lines
422 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Marvell device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_MVMDIO) += mvmdio.o
|
|
obj-$(CONFIG_MV643XX_ETH) += mv643xx_eth.o
|
|
obj-$(CONFIG_MVNETA_BM) += mvneta_bm.o
|
|
obj-$(CONFIG_MVNETA) += mvneta.o
|
|
obj-$(CONFIG_MVPP2) += mvpp2/
|
|
obj-$(CONFIG_PXA168_ETH) += pxa168_eth.o
|
|
obj-$(CONFIG_SKGE) += skge.o
|
|
obj-$(CONFIG_SKY2) += sky2.o
|
|
obj-y += octeon_ep/
|
|
obj-y += octeontx2/
|
|
obj-y += prestera/
|