diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-20 06:55:16 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 16:29:59 -0700 |
commit | 2b133ad6e9e96798007e64eb912c42fa00adef0a (patch) | |
tree | 34d1760a9257b150289893cda05b4adfa1990306 /drivers/net/atlx/Makefile | |
parent | 3401299a1b9e747cbf7de2cc0c8f6376c3cbe565 (diff) | |
download | linux-2b133ad6e9e96798007e64eb912c42fa00adef0a.tar.bz2 |
atl*: Move the Atheros drivers
Move the Atheros drivers into drivers/net/ethernet/atheros/ and
make the necessary Kconfig and Makefile changes.
CC: Jay Cliburn <jcliburn@gmail.com>
CC: Chris Snook <chris.snook@gmail.com>
CC: Jie Yang <jie.yang@atheros.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/atlx/Makefile')
-rw-r--r-- | drivers/net/atlx/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/atlx/Makefile b/drivers/net/atlx/Makefile deleted file mode 100644 index e4f6022ca552..000000000000 --- a/drivers/net/atlx/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -obj-$(CONFIG_ATL1) += atl1.o -obj-$(CONFIG_ATL2) += atl2.o - |