mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-31 18:23:00 +09:00
(from https://patchwork.kernel.org/patch/9817753/) Move the binder allocator functionality to its own file Continuation of splitting the binder allocator from the binder driver. Split binder_alloc functions from normal binder functions. Add kernel doc comments to functions declared extern in binder_alloc.h Change-Id: I8f1a967375359078b8e63c7b6b88a752c374a64a Signed-off-by: Todd Kjos <tkjos@google.com>
4 lines
111 B
Makefile
4 lines
111 B
Makefile
ccflags-y += -I$(src) # needed for trace events
|
|
|
|
obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o
|