mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
310388beea
This caused a build error. Many thanks to Stephen Rothwell for pointing this mistake out. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
10 lines
218 B
Makefile
10 lines
218 B
Makefile
#
|
|
# drivers/char/pcmcia/Makefile
|
|
#
|
|
# Makefile for the Linux PCMCIA char device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SYNCLINK_CS) += synclink_cs.o
|
|
obj-$(CONFIG_CARDMAN_4000) += cm4000_cs.o
|
|
obj-$(CONFIG_CARDMAN_4040) += cm4040_cs.o
|