aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/Makefile
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2013-11-07 16:08:52 -0800
committerJohn Stultz <john.stultz@linaro.org>2014-01-14 12:47:49 -0800
commit984f4ccce87f652d2effeb5cbaf87a9c16c869d9 (patch)
tree02757c238c508fa9b395965d725def2cc7b7a80f /drivers/staging/android/ion/Makefile
parentb77f9f883dea9d7c73687bb400d5f8ce89aea182 (diff)
ion: Add dummy driver for testing
Provide a basic dummy driver to register the ion device and to install basic SYSTEM and SYSTEM_CONTIG heaps. This allows for basic testing with ION without having access to drivers or systems that have been enabled to use ION. Cc: Colin Cross <ccross@android.com> Cc: Greg KH <gregkh@linuxfoundation.org> Cc: Jesse Barker <jesse.barker@arm.com> Cc: Android Kernel Team <kernel-team@android.com> Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'drivers/staging/android/ion/Makefile')
-rw-r--r--drivers/staging/android/ion/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/android/ion/Makefile b/drivers/staging/android/ion/Makefile
index 75039b98eeb..b56fd2bf2b4 100644
--- a/drivers/staging/android/ion/Makefile
+++ b/drivers/staging/android/ion/Makefile
@@ -4,4 +4,7 @@ obj-$(CONFIG_ION_TEST) += ion_test.o
ifdef CONFIG_COMPAT
obj-$(CONFIG_ION) += compat_ion.o
endif
+
+obj-$(CONFIG_ION_DUMMY) += ion_dummy_driver.o
obj-$(CONFIG_ION_TEGRA) += tegra/
+