>From eba11fdcb50d53906f1b159969448803178c173f Mon Sep 17 00:00:00 2001 From: John Stultz Date: Fri, 13 Dec 2013 16:56:53 -0800 Subject: [PATCH] ion: Disable ION, as it doesn't build Since the ion patches are forward ported from 3.10, they won't build. So disable it from the build for now and we'll re-enable it after things are building again. Signed-off-by: John Stultz --- drivers/staging/android/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/android/Makefile b/drivers/staging/android/Makefile index 0a01e191..29c5ff0 100644 --- a/drivers/staging/android/Makefile +++ b/drivers/staging/android/Makefile @@ -1,6 +1,7 @@ ccflags-y += -I$(src) # needed for trace events -obj-y += ion/ +# ION doesn't build just yet, so disable it from the build +#obj-y += ion/ obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o obj-$(CONFIG_ASHMEM) += ashmem.o -- 1.8.3.2