mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
452c1ce218
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>
4 lines
59 B
Makefile
4 lines
59 B
Makefile
obj-$(CONFIG_ATL1) += atl1.o
|
|
obj-$(CONFIG_ATL2) += atl2.o
|
|
|