mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
533dd11a12
This driver adds support for Socionext "netsec" IP Gigabit Ethernet + PHY IP used in the Synquacer SC2A11 SoC. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
173 B
Makefile
7 lines
173 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for all ethernet ip drivers on Socionext platforms
|
|
#
|
|
obj-$(CONFIG_SNI_AVE) += sni_ave.o
|
|
obj-$(CONFIG_SNI_NETSEC) += netsec.o
|