diff options
| author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-22 21:04:50 -0400 |
|---|---|---|
| committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-27 03:58:44 -0400 |
| commit | 330278cde612888e79fc4ab13d8f725258e903dd (patch) | |
| tree | 460e3dd3ef318b62bb5f77af16edd827399ed1d4 /drivers/net/arcnet/Makefile | |
| parent | c0153225a0e86013b8b8267ffd94e5484d83b916 (diff) | |
com20020_cs: Move the PCMCIA Arcnet driver
Move the COM20020 PCMICA Arcnet driver into drivers/net/arcnet/ with
the other Arcnet drivers. Made the necessary Kconfig and Makefile
changes as well.
Since this was the "last" PCMCIA driver in drivers/net/pcmcia/, this patch
also cleans up the references to drivers/net/pcmcia.
CC: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/arcnet/Makefile')
| -rw-r--r-- | drivers/net/arcnet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/arcnet/Makefile b/drivers/net/arcnet/Makefile index 5861af543d42..5ce8ee63e435 100644 --- a/drivers/net/arcnet/Makefile +++ b/drivers/net/arcnet/Makefile | |||
| @@ -12,3 +12,4 @@ obj-$(CONFIG_ARCNET_RIM_I) += arc-rimi.o | |||
| 12 | obj-$(CONFIG_ARCNET_COM20020) += com20020.o | 12 | obj-$(CONFIG_ARCNET_COM20020) += com20020.o |
| 13 | obj-$(CONFIG_ARCNET_COM20020_ISA) += com20020-isa.o | 13 | obj-$(CONFIG_ARCNET_COM20020_ISA) += com20020-isa.o |
| 14 | obj-$(CONFIG_ARCNET_COM20020_PCI) += com20020-pci.o | 14 | obj-$(CONFIG_ARCNET_COM20020_PCI) += com20020-pci.o |
| 15 | obj-$(CONFIG_ARCNET_COM20020_CS) += com20020_cs.o | ||
