diff options
Diffstat (limited to 'drivers/gpu/ion/Makefile')
| -rw-r--r-- | drivers/gpu/ion/Makefile | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/drivers/gpu/ion/Makefile b/drivers/gpu/ion/Makefile deleted file mode 100644 index 9c956659124..00000000000 --- a/drivers/gpu/ion/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -obj-$(CONFIG_ION) +=	ion.o ion_heap.o ion_page_pool.o ion_system_heap.o \ -			ion_carveout_heap.o ion_chunk_heap.o ion_cma_heap.o -ifdef CONFIG_COMPAT -obj-$(CONFIG_ION) += compat_ion.o -endif -obj-$(CONFIG_ION_TEGRA) += tegra/ |