summaryrefslogtreecommitdiffstats
path: root/drivers/char/pcmcia/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
commitf969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch)
treeb3530d803df59d726afaabebc6626987dee1ca05 /drivers/char/pcmcia/Makefile
parenta10ce7ef2066b455d69187643ddf2073bfc4db24 (diff)
Merge with 2.3.27.
Diffstat (limited to 'drivers/char/pcmcia/Makefile')
-rw-r--r--drivers/char/pcmcia/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/char/pcmcia/Makefile b/drivers/char/pcmcia/Makefile
new file mode 100644
index 000000000..198500763
--- /dev/null
+++ b/drivers/char/pcmcia/Makefile
@@ -0,0 +1,27 @@
+#
+# drivers/char/pcmcia/Makefile
+#
+# Makefile for the Linux PCMCIA char device drivers.
+#
+
+SUB_DIRS :=
+MOD_SUB_DIRS := $(SUB_DIRS)
+ALL_SUB_DIRS := $(SUB_DIRS)
+
+O_TARGET := pcmcia_char.o
+MOD_LIST_NAME := PCMCIA_CHAR_MODULES
+
+obj-y :=
+obj-m :=
+obj-n :=
+obj- :=
+
+obj-$(CONFIG_PCMCIA_SERIAL_CS) += serial_cs.o
+obj-$(CONFIG_PCMCIA_SERIAL_CB) += serial_cb.o
+
+O_OBJS := $(obj-y)
+OX_OBJS :=
+M_OBJS := $(obj-m)
+MX_OBJS :=
+
+include $(TOPDIR)/Rules.make