mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-05 13:34:19 +00:00
8 lines
155 B
Makefile
8 lines
155 B
Makefile
|
#
|
||
|
# 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
|