mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 21:31:33 +02:00
546b5ed544
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11894 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|