7 lines
151 B
Makefile
7 lines
151 B
Makefile
|
#
|
||
|
# Makefile for the Linux network Ethernet device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_NET_VENDOR_NVIDIA) += nvidia/
|
||
|
obj-$(CONFIG_NET_VENDOR_REALTEK) += realtek/
|