diff options
| author | Colin Cross <ccross@android.com> | 2013-11-07 12:25:56 -0800 | 
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2013-11-07 13:28:41 -0800 | 
| commit | 8cb378f23cb15b6d7e5d57bde7bac8f157c9d301 (patch) | |
| tree | 6211920c7077f16a0f33017610cc121a5f0726d3 /drivers/gpu/ion/Makefile | |
| parent | 3922298f52d193d5e014bf4d28e423cf7bd0b50e (diff) | |
| download | olio-linux-3.10-8cb378f23cb15b6d7e5d57bde7bac8f157c9d301.tar.xz olio-linux-3.10-8cb378f23cb15b6d7e5d57bde7bac8f157c9d301.zip | |
ion: move into staging
Move ion from drivers/gpu/ion to drivers/android/staging/ion.
Change-Id: Id6e996aa3954cbb8e1a8abc9578a56204f5eb211
Signed-off-by: Colin Cross <ccross@android.com>
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/ |