diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-04-07 17:57:17 +0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 06:54:52 +0400 |
commit | f7917c009c28c941ba151ee66f04dc7f6a2e1e0b (patch) | |
tree | 91cd66b3b846b1113654de2ac31f085d0d7989ba /drivers/net/chelsio/Makefile | |
parent | adfc5217e9db68d3f0cec8dd847c1a6d3ab549ee (diff) | |
download | linux-f7917c009c28c941ba151ee66f04dc7f6a2e1e0b.tar.xz |
chelsio: Move the Chelsio drivers
Moves the drivers for the Chelsio chipsets into
drivers/net/ethernet/chelsio/ and the necessary Kconfig and Makefile
changes.
CC: Divy Le Ray <divy@chelsio.com>
CC: Dimitris Michailidis <dm@chelsio.com>
CC: Casey Leedom <leedom@chelsio.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/chelsio/Makefile')
-rw-r--r-- | drivers/net/chelsio/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/chelsio/Makefile b/drivers/net/chelsio/Makefile deleted file mode 100644 index 57a4b262fd3f..000000000000 --- a/drivers/net/chelsio/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# Chelsio T1 driver -# - -obj-$(CONFIG_CHELSIO_T1) += cxgb.o - -cxgb-$(CONFIG_CHELSIO_T1_1G) += mv88e1xxx.o vsc7326.o -cxgb-objs := cxgb2.o espi.o tp.o pm3393.o sge.o subr.o \ - mv88x201x.o my3126.o $(cxgb-y) |