Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Greg Kroah-Hartman | 777783e | 2014-10-16 14:40:38 +0200 | [diff] [blame] | 2 | ccflags-y += -I$(src) # needed for trace events |
| 3 | |
Christian Brauner | 3ad20fe | 2018-12-14 13:11:14 +0100 | [diff] [blame] | 4 | obj-$(CONFIG_ANDROID_BINDERFS) += binderfs.o |
Todd Kjos | 0c972a0 | 2017-06-29 12:01:41 -0700 | [diff] [blame] | 5 | obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o |
Sherry Yang | 4175e2b | 2017-08-23 08:46:40 -0700 | [diff] [blame] | 6 | obj-$(CONFIG_ANDROID_BINDER_IPC_SELFTEST) += binder_alloc_selftest.o |