patch-2.3.17 linux/drivers/pcmcia/Makefile
Next file: linux/drivers/pcmcia/bulkmem.c
Previous file: linux/drivers/pcmcia/Config.in
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Fri Sep 3 14:21:38 1999
- Orig file:
v2.3.16/linux/drivers/pcmcia/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.16/linux/drivers/pcmcia/Makefile linux/drivers/pcmcia/Makefile
@@ -0,0 +1,28 @@
+#
+# Makefile for the kernel pcmcia subsystem (c/o David Hinds)
+#
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definitions are now inherited from the
+# parent makes..
+
+SUB_DIRS :=
+MOD_SUB_DIRS := $(SUB_DIRS)
+ALL_SUB_DIRS := $(SUB_DIRS)
+
+O_TARGET := pcmcia.o
+
+O_OBJS := i82365.o tcic.o cistpl.o rsrc_mgr.o bulkmem.o
+OX_OBJS := ds.o cs.o
+
+ifeq ($(CONFIG_CARDBUS),y)
+ O_OBJS += cardbus.o
+else
+ ifeq ($(CONFIG_CARDBUS),m)
+ MX_OBJS += cardbus.o
+ endif
+endif
+
+include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)