commit | 758261d1c1850656b47c4c40486e4237bcd769a6 | [log] [tgz] |
---|---|---|
author | lh <lh@exm.com> | Thu Jul 13 05:52:04 2023 -0700 |
committer | lh <lh@exm.com> | Thu Jul 13 05:52:04 2023 -0700 |
tree | 3bc26310c3b153ab3189a54780a041d5278a2432 | |
parent | b0dd97e3f107d69ed0d9728748df12c7833884a7 [diff] [blame] |
[Feature][ZXW-65]merged P49 base code Change-Id: I3e09c0c3d47483bc645f02310380ecb7fc6f4041
diff --git a/ap/os/linux/linux-3.4.x/ipc/Makefile b/ap/os/linux/linux-3.4.x/ipc/Makefile index 9075e17..bb1c60c 100644 --- a/ap/os/linux/linux-3.4.x/ipc/Makefile +++ b/ap/os/linux/linux-3.4.x/ipc/Makefile
@@ -9,4 +9,5 @@ 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_SYSVIPC_CROSSMSG) += cross_msg.o +obj-$(CONFIG_SYSVIPC_CROSS_SHM) += shm_ctrl.o