You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
155 B
8 lines
155 B
17 years ago
|
#
|
||
|
# Makefile for the Atheros AR71xx built-in ethernet macs
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_AG71XX) += ag71xx.o
|
||
|
|
||
|
ag71xx-objs := ag71xx_main.o ag71xx_mii.o ag71xx_ethtool.o
|