patch-2.3.15 linux/drivers/atm/Makefile
Next file: linux/drivers/atm/ambassador.c
Previous file: linux/drivers/atm/Config.in
Back to the patch index
Back to the overall index
- Lines: 80
- Date:
Mon Aug 23 09:56:31 1999
- Orig file:
v2.3.14/linux/drivers/atm/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.14/linux/drivers/atm/Makefile linux/drivers/atm/Makefile
@@ -0,0 +1,79 @@
+# File: drivers/atm/Makefile
+#
+# Makefile for the Linux network (ATM) device drivers.
+#
+
+L_TARGET := atm.a
+L_OBJS := atmdev_init.o
+M_OBJS :=
+MOD_LIST_NAME := ATM_MODULES
+
+include ../../.config
+
+ifeq ($(CONFIG_ATM_ENI),y)
+L_OBJS += eni.o
+LX_OBJS += suni.o
+else
+ ifeq ($(CONFIG_ATM_ENI),m)
+ M_OBJS += eni.o
+ MX_OBJS += suni.o
+ endif
+endif
+
+ifeq ($(CONFIG_ATM_ZATM),y)
+L_OBJS += zatm.o uPD98402.o
+else
+ ifeq ($(CONFIG_ATM_ZATM),m)
+ M_OBJS += zatm.o uPD98402.o
+ endif
+endif
+
+ifeq ($(CONFIG_ATM_TNETA1570),y)
+L_OBJS += tneta1570.o suni.o
+endif
+
+ifeq ($(CONFIG_ATM_FORE200),y)
+L_OBJS += fore200.o
+endif
+
+ifeq ($(CONFIG_ATM_NICSTAR),y)
+L_OBJS += nicstar.o
+ ifeq ($(CONFIG_ATM_NICSTAR_USE_SUNI),y)
+ LX_OBJS += suni.o
+ endif
+else
+ ifeq ($(CONFIG_ATM_NICSTAR),m)
+ M_OBJS += nicstar.o
+ ifeq ($(CONFIG_ATM_NICSTAR_USE_SUNI),y)
+ MX_OBJS += suni.o
+ endif
+ endif
+endif
+
+ifeq ($(CONFIG_ATM_HORIZON),y)
+L_OBJS += horizon.o
+else
+ ifeq ($(CONFIG_ATM_HORIZON),m)
+ M_OBJS += horizon.o
+ endif
+endif
+
+ifeq ($(CONFIG_ATM_AMBASSADOR),y)
+L_OBJS += ambassador.o
+else
+ ifeq ($(CONFIG_ATM_AMBASSADOR),m)
+ M_OBJS += ambassador.o
+ endif
+endif
+
+ifeq ($(CONFIG_ATM_TCP),y)
+L_OBJS += atmtcp.o
+else
+ ifeq ($(CONFIG_ATM_TCP),m)
+ M_OBJS += atmtcp.o
+ endif
+endif
+
+EXTRA_CFLAGS=-g
+
+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)