9 lines
190 B
Makefile
9 lines
190 B
Makefile
|
#
|
||
|
# Makefile for the Marvell device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_MV643XX_ETH) += mv643xx_eth.o
|
||
|
obj-$(CONFIG_PXA168_ETH) += pxa168_eth.o
|
||
|
obj-$(CONFIG_SKGE) += skge.o
|
||
|
obj-$(CONFIG_SKY2) += sky2.o
|