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