patch-2.4.0-prerelease linux/ipc/Makefile

Next file: linux/ipc/shm.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/ipc/Makefile linux/ipc/Makefile
@@ -8,10 +8,9 @@
 # Note 2! The CFLAGS definition is now in the main makefile...
 
 O_TARGET := ipc.o
-O_OBJS   := util.o
 
-ifdef CONFIG_SYSVIPC
-O_OBJS += msg.o sem.o shm.o
-endif
+obj-y   := util.o
+
+obj-$(CONFIG_SYSVIPC) += msg.o sem.o shm.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)