59ffb30f7d
Move the Xircom driver into drivers/net/ethernet/xircom/ and make the necessary Kconfig and Makefile changes. CC: <psheer@icon.co.za> CC: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
9 lines
176 B
Makefile
9 lines
176 B
Makefile
#
|
|
# Makefile for the Linux PCMCIA network device drivers.
|
|
#
|
|
|
|
# 16-bit client drivers
|
|
obj-$(CONFIG_ARCNET_COM20020_CS)+= com20020_cs.o
|
|
|
|
obj-$(CONFIG_PCMCIA_IBMTR) += ibmtr_cs.o
|