Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / android / ion / Makefile
CommitLineData
b1fa6d8a
LA
1obj-$(CONFIG_ION) += ion.o ion-ioctl.o ion_heap.o \
2 ion_page_pool.o ion_system_heap.o \
349c9e13 3 ion_carveout_heap.o ion_chunk_heap.o ion_cma_heap.o
ceff95d4 4obj-$(CONFIG_ION_TEST) += ion_test.o
827c849e
RL
5ifdef CONFIG_COMPAT
6obj-$(CONFIG_ION) += compat_ion.o
7endif
1184ead8
JS
8
9obj-$(CONFIG_ION_DUMMY) += ion_dummy_driver.o
c30707be 10obj-$(CONFIG_ION_TEGRA) += tegra/
2b40182a 11obj-$(CONFIG_ION_HISI) += hisilicon/
13439479 12obj-$(CONFIG_ION_OF) += ion_of.o
1184ead8 13
This page took 0.252236 seconds and 5 git commands to generate.