diff options
author | Chris Snook <csnook@redhat.com> | 2008-09-14 19:56:10 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-18 11:34:52 -0400 |
commit | 452c1ce218a68b5dbd626397ecfc65ca89dd3cbb (patch) | |
tree | 1d51e20c216d1670ea22da23c3e6a1883b0c0b6d /drivers/net/atlx/Makefile | |
parent | 63f2c0464875b6ef2132cecb19b2a5abbf061227 (diff) | |
download | talos-op-linux-452c1ce218a68b5dbd626397ecfc65ca89dd3cbb.tar.gz talos-op-linux-452c1ce218a68b5dbd626397ecfc65ca89dd3cbb.zip |
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>
Diffstat (limited to 'drivers/net/atlx/Makefile')
-rw-r--r-- | drivers/net/atlx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/atlx/Makefile b/drivers/net/atlx/Makefile index ca45553a040d..e4f6022ca552 100644 --- a/drivers/net/atlx/Makefile +++ b/drivers/net/atlx/Makefile @@ -1 +1,3 @@ obj-$(CONFIG_ATL1) += atl1.o +obj-$(CONFIG_ATL2) += atl2.o + |