patch-2.0.35 linux/net/ax25/Makefile
Next file: linux/net/ax25/af_ax25.c
Previous file: linux/net/TUNABLE
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Jul 13 13:47:40 1998
- Orig file:
v2.0.34/linux/net/ax25/Makefile
- Orig date:
Mon Apr 1 21:43:08 1996
diff -u --recursive --new-file v2.0.34/linux/net/ax25/Makefile linux/net/ax25/Makefile
@@ -1,5 +1,5 @@
#
-# Makefile for the Linux TCP/IP (INET) layer.
+# Makefile for the Linux AX.25 layer.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
@@ -9,11 +9,10 @@
O_TARGET := ax25.o
-O_OBJS := af_ax25.o sysctl_net_ax25.o
+O_OBJS := sysctl_net_ax25.o ax25_in.o ax25_out.o ax25_route.o ax25_subr.o ax25_timer.o
+M_OBJS := $(O_TARGET)
-ifdef CONFIG_AX25
-O_OBJS += ax25_in.o ax25_out.o ax25_route.o ax25_subr.o ax25_timer.o
-endif
+OX_OBJS += af_ax25.o
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov