X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=ipc%2FMakefile;h=4e1955ea815dc5ff80c887e17b626e1ccac213e2;hb=abefedd538f57f63199d821ade33f282e7fe0921;hp=65c384395801aa2e9f19ec318735b9dc35c44c42;hpb=946e2ad040000a14b7316fae722e7e65fa09ffe5;p=karo-tx-linux.git diff --git a/ipc/Makefile b/ipc/Makefile index 65c384395801..4e1955ea815d 100644 --- a/ipc/Makefile +++ b/ipc/Makefile @@ -8,4 +8,5 @@ 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 +obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o