staging: binder: Fix ABI for 64bit Android
[deliverable/linux.git] / drivers / staging / android / Makefile
1 ccflags-y += -I$(src) # needed for trace events
2
3 obj-y += ion/
4
5 obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o
6 obj-$(CONFIG_ASHMEM) += ashmem.o
7 obj-$(CONFIG_ANDROID_LOGGER) += logger.o
8 obj-$(CONFIG_ANDROID_TIMED_OUTPUT) += timed_output.o
9 obj-$(CONFIG_ANDROID_TIMED_GPIO) += timed_gpio.o
10 obj-$(CONFIG_ANDROID_LOW_MEMORY_KILLER) += lowmemorykiller.o
11 obj-$(CONFIG_ANDROID_INTF_ALARM_DEV) += alarm-dev.o
12 obj-$(CONFIG_SYNC) += sync.o
13 obj-$(CONFIG_SW_SYNC) += sw_sync.o
This page took 0.065763 seconds and 5 git commands to generate.