| commit | c80005ae9ef788dce825629ea07e658714a2adad | [log] [tgz] |
|---|---|---|
| author | Rebecca Schultz Zavin <rebecca@android.com> | Wed Jun 29 19:44:29 2011 -0700 |
| committer | Rebecca Schultz Zavin <rebecca@android.com> | Wed Jun 29 19:44:29 2011 -0700 |
| tree | 2fe6bc7a2b3341fa1465ce5a63a696d7f5e3ad97 | |
| parent | e55d4fa96762fd767a3b6d842c904e994db6bb2e [diff] [blame] |
gpu: ion: Add ION Memory Manager Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
diff --git a/drivers/gpu/ion/Makefile b/drivers/gpu/ion/Makefile new file mode 100644 index 0000000..73fe3fa --- /dev/null +++ b/drivers/gpu/ion/Makefile
@@ -0,0 +1,2 @@ +obj-$(CONFIG_ION) += ion.o ion_heap.o ion_system_heap.o ion_carveout_heap.o +obj-$(CONFIG_ION_TEGRA) += tegra/