A number of changes have been made to the Ion framework for the msm target. Add the necessary changes on top of the CMA heap to allow the CMA heap to be fully utilized. Change-Id: Ie006dcd4c41481e4d914c67bafbf42d1afdb1a76 Signed-off-by: Laura Abbott <lauraa@codeaurora.org> Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
5 lines
207 B
Makefile
5 lines
207 B
Makefile
obj-$(CONFIG_ION) += ion.o ion_heap.o ion_system_heap.o ion_carveout_heap.o ion_iommu_heap.o ion_cp_heap.o
|
|
obj-$(CONFIG_CMA) += ion_cma_heap.o
|
|
obj-$(CONFIG_ION_TEGRA) += tegra/
|
|
obj-$(CONFIG_ION_MSM) += msm/
|