summaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/Makefile
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2016-08-30 17:04:28 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-12 12:18:55 +0200
commit13439479c7de873f2ad5399b9224249c928decd8 (patch)
tree80824613418046decd9675385af53270e3e1b336 /drivers/staging/android/ion/Makefile
parent76a96d86c8348c61b4abcb492a4892575833c3f9 (diff)
staging: ion: Add files for parsing the devicetree
Devicetree is the preferred mechanism for platform definition these days. Add a set of files for supporting Ion with devicetree. This includes a set of bindings for heaps common across all devices and parsing methods. Clients may use the standard bindings or they can call the parsing functions along with their own parsing for platform specific heaps. Signed-off-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/ion/Makefile')
-rw-r--r--drivers/staging/android/ion/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/android/ion/Makefile b/drivers/staging/android/ion/Makefile
index 376c2b24cf41..5d630a088381 100644
--- a/drivers/staging/android/ion/Makefile
+++ b/drivers/staging/android/ion/Makefile
@@ -9,4 +9,5 @@ endif
obj-$(CONFIG_ION_DUMMY) += ion_dummy_driver.o
obj-$(CONFIG_ION_TEGRA) += tegra/
obj-$(CONFIG_ION_HISI) += hisilicon/
+obj-$(CONFIG_ION_OF) += ion_of.o