diff options
author | Jie Yang <jie.yang@atheros.com> | 2008-07-18 05:37:13 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-07-23 01:31:04 +0200 |
commit | a6a5325239c20202e18e21e94291bccc659fbf9e (patch) | |
tree | 21c3208a8483fce3754222d80ade5ac5bd4f2d81 /drivers/net/atl1e/Makefile | |
parent | ixgbe: remove device ID for unsupported device (diff) | |
download | linux-a6a5325239c20202e18e21e94291bccc659fbf9e.tar.xz linux-a6a5325239c20202e18e21e94291bccc659fbf9e.zip |
atl1e: Atheros L1E Gigabit Ethernet driver
Full patch for the Atheros L1E Gigabit Ethernet driver.
Supportring AR8121, AR8113 and AR8114
Signed-off-by: Jie Yang <jie.yang @atheros.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/atl1e/Makefile')
-rw-r--r-- | drivers/net/atl1e/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/atl1e/Makefile b/drivers/net/atl1e/Makefile new file mode 100644 index 000000000000..bc11be824e76 --- /dev/null +++ b/drivers/net/atl1e/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_ATL1E) += atl1e.o +atl1e-objs += atl1e_main.o atl1e_hw.o atl1e_ethtool.o atl1e_param.o |