Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # drivers/char/pcmcia/Makefile | ||||
3 | # | ||||
4 | # Makefile for the Linux PCMCIA char device drivers. | ||||
5 | # | ||||
6 | |||||
7 | obj-$(CONFIG_SYNCLINK_CS) += synclink_cs.o | ||||
Harald Welte | 77c44ab | 2005-11-13 16:06:26 -0800 | [diff] [blame^] | 8 | obj-$(CONFIG_CARDMAN_4040) += cm4040_cs.o |