Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ion: Reenable the build

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>

authored by

John Stultz and committed by
Greg Kroah-Hartman
24b3aa09 968141d2

+1 -2
+1 -2
drivers/staging/android/Makefile
··· 1 1 ccflags-y += -I$(src) # needed for trace events 2 2 3 - # ION doesn't build just yet, so disable it from the build 4 - #obj-y += ion/ 3 + obj-y += ion/ 5 4 6 5 obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o 7 6 obj-$(CONFIG_ASHMEM) += ashmem.o