patch-2.4.0-prerelease linux/net/unix/Makefile
Next file: linux/net/wanrouter/Makefile
Previous file: linux/net/sunrpc/Makefile
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Dec 29 14:07:24 2000
- Orig file:
v2.4.0-test12/linux/net/unix/Makefile
- Orig date:
Tue Apr 28 11:10:11 1998
diff -u --recursive --new-file v2.4.0-test12/linux/net/unix/Makefile linux/net/unix/Makefile
@@ -8,12 +8,11 @@
# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET := unix.o
-O_OBJS := af_unix.o garbage.o
-M_OBJS := $(O_TARGET)
-ifeq ($(CONFIG_SYSCTL),y)
-O_OBJS += sysctl_net_unix.o
-endif
+obj-y := af_unix.o garbage.o
+obj-m := $(O_TARGET)
+
+obj-$(CONFIG_SYSCTL) += sysctl_net_unix.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)