7 lines
122 B
Makefile
7 lines
122 B
Makefile
|
#
|
||
|
# Makefile for the NVIDIA network device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_FORCEDETH) += forcedeth.o
|
||
|
obj-$(CONFIG_EQOS) += eqos/
|