diff options
Diffstat (limited to 'ipc/Makefile')
-rw-r--r-- | ipc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/Makefile b/ipc/Makefile index 68ec4167d..61eeb1624 100644 --- a/ipc/Makefile +++ b/ipc/Makefile @@ -9,4 +9,3 @@ 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 -obj-$(CONFIG_KDBUS) += kdbus/ |