X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=ipc%2FMakefile;h=65c384395801aa2e9f19ec318735b9dc35c44c42;hb=f419a2e3b64def707e1384ee38abb77f99af5f6d;hp=b93bba6652f1e7abc068d96ea3490e9491939684;hpb=a5494dcd8b92dce64317f2f7dd0d62747c54980b;p=safe%2Fjmp%2Flinux-2.6 diff --git a/ipc/Makefile b/ipc/Makefile index b93bba6..65c3843 100644 --- a/ipc/Makefile +++ b/ipc/Makefile @@ -3,8 +3,9 @@ # obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o -obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o +obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o ipcns_notifier.o obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o obj_mq-$(CONFIG_COMPAT) += compat_mq.o obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y) +obj-$(CONFIG_IPC_NS) += namespace.o