diff options
Diffstat (limited to 'drivers/char/pcmcia/Makefile')
-rw-r--r-- | drivers/char/pcmcia/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/char/pcmcia/Makefile b/drivers/char/pcmcia/Makefile new file mode 100644 index 000000000000..1fcd4c591958 --- /dev/null +++ b/drivers/char/pcmcia/Makefile @@ -0,0 +1,7 @@ +# +# drivers/char/pcmcia/Makefile +# +# Makefile for the Linux PCMCIA char device drivers. +# + +obj-$(CONFIG_SYNCLINK_CS) += synclink_cs.o |