patch-2.3.4 linux/net/decnet/Makefile

Next file: linux/net/decnet/README
Previous file: linux/net/decnet/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.3/linux/net/decnet/Makefile linux/net/decnet/Makefile
@@ -0,0 +1,30 @@
+# Note 2! The CFLAGS definition is now in the main makefile...
+
+O_TARGET := decnet.o
+O_OBJS   := af_decnet.o dn_nsp_in.o dn_nsp_out.o dn_route.o dn_dev.o dn_neigh.o dn_timer.o
+M_OBJS	 := $(O_TARGET)
+
+ifeq ($(CONFIG_DECNET_ROUTER),y)
+O_OBJS += dn_fib.o
+endif
+
+ifeq ($(CONFIG_DECNET_RAW),y)
+O_OBJS += dn_raw.o
+endif
+
+#ifeq ($(CONFIG_DECNET_MOP),y)
+#O_OBJS += dn_mop.o
+#endif
+
+ifeq ($(CONFIG_DECNET_FW),y)
+O_OBJS += dn_fw.o
+endif
+
+ifeq ($(CONFIG_SYSCTL),y)
+O_OBJS += sysctl_net_decnet.o
+endif
+
+include $(TOPDIR)/Rules.make
+
+tar:
+		tar -cvf /dev/f1 .

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)