26672a061b3440011a16b6f6b25a3a8399f1ec2f
[linux-2.6-microblaze.git] / drivers / staging / android / ion / Makefile
1 obj-$(CONFIG_ION) +=    ion.o ion-ioctl.o ion_heap.o \
2                         ion_page_pool.o ion_system_heap.o \
3                         ion_carveout_heap.o ion_chunk_heap.o ion_cma_heap.o
4 ifdef CONFIG_COMPAT
5 obj-$(CONFIG_ION) += compat_ion.o
6 endif