projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
968141d
)
ion: Reenable the build
author
John Stultz
<john.stultz@linaro.org>
Sat, 14 Dec 2013 20:06:46 +0000
(12:06 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 15 Dec 2013 17:40:11 +0000
(09:40 -0800)
Now that ION builds, reenable it in the build.
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/Makefile
patch
|
blob
|
history
diff --git
a/drivers/staging/android/Makefile
b/drivers/staging/android/Makefile
index 29c5ff05abe4d783e272020fb97b9e18aba46146..0a01e1914905fc2e2d9b793706b665c2dbc10509 100644
(file)
--- a/
drivers/staging/android/Makefile
+++ b/
drivers/staging/android/Makefile
@@
-1,7
+1,6
@@
ccflags-y += -I$(src) # needed for trace events
-# ION doesn't build just yet, so disable it from the build
-#obj-y += ion/
+obj-y += ion/
obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o
obj-$(CONFIG_ASHMEM) += ashmem.o