diff options
author | Jay Cliburn <jacliburn@bellsouth.net> | 2008-02-02 19:50:03 -0600 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-03-17 07:49:23 -0400 |
commit | 2e5071bce5ce4037ce852a916e8106811e68677b (patch) | |
tree | e6bba6946c6e8ebe51b28a6f5b3251a5fcddbb4e /drivers/net/atlx/Makefile | |
parent | fa6557aff47f25e5b6b92c930a9b60a12acd0b58 (diff) | |
download | kernel_samsung_espresso10-2e5071bce5ce4037ce852a916e8106811e68677b.zip kernel_samsung_espresso10-2e5071bce5ce4037ce852a916e8106811e68677b.tar.gz kernel_samsung_espresso10-2e5071bce5ce4037ce852a916e8106811e68677b.tar.bz2 |
atl1: relocate atl1 driver to /drivers/net/atlx
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>
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 new file mode 100644 index 0000000..a6b707e --- /dev/null +++ b/drivers/net/atlx/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_ATL1) += atl1.o +atl1-y += atl1_main.o atl1_hw.o atl1_ethtool.o atl1_param.o |