patch-2.0.31 linux/drivers/isdn/avmb1/Makefile
Next file: linux/drivers/isdn/avmb1/b1capi.c
Previous file: linux/drivers/isdn/Makefile
Back to the patch index
Back to the overall index
- Lines: 78
- Date:
Mon Aug 4 17:33:59 1997
- Orig file:
v2.0.30/linux/drivers/isdn/avmb1/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.0.30/linux/drivers/isdn/avmb1/Makefile linux/drivers/isdn/avmb1/Makefile
@@ -0,0 +1,77 @@
+#
+# $Id: Makefile,v 1.4 1997/03/30 17:10:40 calle Exp $
+#
+# Makefile for the CAPI and AVM-B1 device drivers.
+#
+# 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..
+#
+# $Log: Makefile,v $
+# Revision 1.4 1997/03/30 17:10:40 calle
+# added support for AVM-B1-PCI card.
+#
+# Revision 1.3 1997/03/22 02:00:57 fritz
+# -Reworked toplevel Makefile. From now on, no different Makefiles
+# for standalone- and in-kernel-compilation are needed any more.
+# -Added local Rules.make for above reason.
+# -Experimental changes in teles3.c for enhanced IRQ-checking with
+# 2.1.X and SMP kernels.
+# -Removed diffstd-script, same functionality is in stddiff -r.
+# -Enhanced scripts std2kern and stddiff.
+#
+# Revision 1.1 1997/03/05 21:26:14 fritz
+# Renamed, according naming conventions in CVS tree.
+#
+# Revision 1.1 1997/03/04 21:50:26 calle
+# Frirst version in isdn4linux
+#
+# Revision 2.2 1997/02/12 09:31:39 calle
+#
+# Revision 1.1 1997/01/31 10:32:20 calle
+# Initial revision
+#
+#
+
+#
+# Objects that don't export a symtab
+#
+L_OBJS := # used as component of an L_TARGET
+O_OBJS := # used as component of an O_TARGET
+M_OBJS := # used as module
+#
+# Objects that do export a symtab
+#
+LX_OBJS := # used as component of an L_TARGET
+OX_OBJS := # used as component of an O_TARGET
+MX_OBJS := # used as module
+#
+# Targets, created by linking others
+#
+O_TARGET := # used for .o targets (from O and OX objects)
+L_TARGET := # used for .a targets (from L and LX objects)
+
+ifeq ($(CONFIG_ISDN_DRV_AVMB1),y)
+ O_TARGET += avmb1.o
+ O_OBJS += capi.o b1lli.o
+ OX_OBJS += capiutil.o b1capi.o capidrv.o
+ ifdef CONFIG_PCI
+ OX_OBJS += b1pci.o
+ endif
+else
+ ifeq ($(CONFIG_ISDN_DRV_AVMB1),m)
+ O_TARGET += kernelcapi.o
+ O_OBJS += b1lli.o
+ OX_OBJS += b1capi.o
+ M_OBJS += capi.o kernelcapi.o
+ MX_OBJS += capiutil.o capidrv.o
+ ifdef CONFIG_PCI
+ MX_OBJS += b1pci.o
+ endif
+ endif
+endif
+
+include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov