blob: 316b06c94af57a753a63b206ecc0ac3c22ee1cb0 (
plain)
1
2
3
4
5
6
7
8
|
# File: drivers/net/arm/Makefile
#
# Makefile for the ARM network device drivers
#
obj-$(CONFIG_ARM_AT91_ETHER) += at91_ether.o
obj-$(CONFIG_EP93XX_ETH) += ep93xx_eth.o
obj-$(CONFIG_W90P910_ETH) += w90p910_ether.o
|