c1986ee9be
Add new Omnikey Cardman 4000 smartcard reader driver Signed-off-by: Harald Welte <laforge@gnumonks.org> Cc: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
9 lines
218 B
Makefile
9 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
|