This website requires JavaScript.
Explore
Help
Sign In
kevin
/
linux
Watch
1
Fork
0
You've already forked linux
Code
d45eb81c3e
linux
/
drivers
/
net
/
atlx
/
Makefile
4 lines
59 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add Attansic L1 ethernet driver. This driver is a modified version of the Attansic reference driver for the L1 ethernet adapter. Attansic has granted permission for its inclusion in the mainline kernel. Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-08 08:42:37 -07:00
obj-$(CONFIG_ATL1)
+=
atl1.o
atl2: add atl2 driver Driver for Atheros L2 10/100 network device. Includes necessary changes for Kconfig, Makefile, and pci_ids.h. Signed-off-by: Chris Snook <csnook@redhat.com> Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-09-14 17:56:10 -07:00
obj-$(CONFIG_ATL2)
+=
atl2.o
Copy Permalink