diff options
Diffstat (limited to 'ANDROID_3.4.5/ipc/Makefile')
-rw-r--r-- | ANDROID_3.4.5/ipc/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/ipc/Makefile b/ANDROID_3.4.5/ipc/Makefile deleted file mode 100644 index 9075e172..00000000 --- a/ANDROID_3.4.5/ipc/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# Makefile for the linux ipc. -# - -obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o -obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o ipcns_notifier.o syscall.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 -obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o - |