diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-22 17:37:03 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-27 00:58:39 -0700 |
commit | c0153225a0e86013b8b8267ffd94e5484d83b916 (patch) | |
tree | 4fc92fd61995d2f19d9cfa605732be435aaa2b85 /drivers/net/pcmcia/Makefile | |
parent | b5451d783ade99308dfccdf5ca284ed07affa4ff (diff) | |
download | linux-c0153225a0e86013b8b8267ffd94e5484d83b916.tar.bz2 |
ixbmtr_cs: Move the IBM PCMCIA Token Ring driver
Move the IBM PCMCIA Token Ring driver into drivers/net/tokenring/ with
the other Token Ring drivers. Made the necessary Kconfig and Makefile
changes as well.
CC: Mike Phillips <phillim@amtrak.com>
CC: Burt Silverman <burts@us.ibm.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/pcmcia/Makefile')
-rw-r--r-- | drivers/net/pcmcia/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/pcmcia/Makefile b/drivers/net/pcmcia/Makefile index 618e81667ca0..b98a0a4753fa 100644 --- a/drivers/net/pcmcia/Makefile +++ b/drivers/net/pcmcia/Makefile @@ -4,5 +4,3 @@ # 16-bit client drivers obj-$(CONFIG_ARCNET_COM20020_CS)+= com20020_cs.o - -obj-$(CONFIG_PCMCIA_IBMTR) += ibmtr_cs.o |