aboutsummaryrefslogtreecommitdiff
path: root/drivers/android/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/android/Makefile')
-rw-r--r--drivers/android/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/android/Makefile b/drivers/android/Makefile
index 3b7e4b072c58..a01254c43ee3 100644
--- a/drivers/android/Makefile
+++ b/drivers/android/Makefile
@@ -1,3 +1,4 @@
ccflags-y += -I$(src) # needed for trace events
-obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o
+obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o
+obj-$(CONFIG_ANDROID_BINDER_IPC_SELFTEST) += binder_alloc_selftest.o