msm: memshare: Makefile dependency on incorrect driver

Currently the memshare driver is wrongly dependent on kernel
messaging interface driver. This patch fixes that problem and
set the right dependency of memshare driver.

Change-Id: I013cfac30632a7babb5b99ae171b9c941058de3c
Signed-off-by: Katish Paran <kparan@codeaurora.org>
This commit is contained in:
Katish Paran 2014-01-03 13:31:47 +05:30
parent e542154599
commit 4aad351a5c
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
obj-y += qdsp6v2/
obj-$(CONFIG_MSM_SMEM) += smem.o smem_debug.o
obj-$(CONFIG_MSM_QMI_INTERFACE) += memshare/
obj-$(CONFIG_MEM_SHARE_QMI_SERVICE) += memshare/

View File

@ -1 +1 @@
obj-$(CONFIG_MSM_QMI_INTERFACE) := heap_mem_ext_v01.o msm_memshare.o
obj-$(CONFIG_MEM_SHARE_QMI_SERVICE) := heap_mem_ext_v01.o msm_memshare.o