2e5071bce5
In preparation for a future Atheros L2 NIC driver (called atl2), relocate the atl1 driver into a new /drivers/net/atlx directory that will ultimately be shared with the future atl2 driver. Signed-off-by: Chris Snook <csnook@redhat.com> Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>
3 lines
91 B
Makefile
3 lines
91 B
Makefile
obj-$(CONFIG_ATL1) += atl1.o
|
|
atl1-y += atl1_main.o atl1_hw.o atl1_ethtool.o atl1_param.o
|