patch-2.4.0-prerelease linux/net/ipx/Makefile
Next file: linux/net/irda/Makefile
Previous file: linux/net/ipv6/netfilter/Makefile
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Fri Dec 29 14:07:24 2000
- Orig file:
v2.4.0-test12/linux/net/ipx/Makefile
- Orig date:
Mon Mar 22 11:20:51 1999
diff -u --recursive --new-file v2.4.0-test12/linux/net/ipx/Makefile linux/net/ipx/Makefile
@@ -10,24 +10,17 @@
# We only get in/to here if CONFIG_IPX = 'y' or 'm'
O_TARGET := ipx.o
-M_OBJS :=
-OX_OBJS := af_ipx.o
-ifeq ($(CONFIG_IPX),m)
- M_OBJS += $(O_TARGET)
-endif
+export-objs = af_ipx.o af_spx.o
-ifeq ($(CONFIG_SYSCTL),y)
- O_OBJS += sysctl_net_ipx.o
-endif
+obj-y := af_ipx.o
-ifeq ($(CONFIG_SPX),y)
-OX_OBJS += af_spx.o
-else
- ifeq ($(CONFIG_SPX),m)
- MX_OBJS += af_spx.o
- endif
+ifeq ($(CONFIG_IPX),m)
+ obj-m += $(O_TARGET)
endif
+
+obj-$(CONFIG_SYSCTL) += sysctl_net_ipx.o
+obj-$(CONFIG_SPX) += af_spx.o
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)