]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/android/Makefile
UBUNTU: Ubuntu-5.11.0-22.23
[mirror_ubuntu-hirsute-kernel.git] / drivers / android / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
777783e0
GKH
2ccflags-y += -I$(src) # needed for trace events
3
2e0647d3
CB
4binder_linux-y := binder.o binder_alloc.o
5obj-$(CONFIG_ANDROID_BINDER_IPC) += binder_linux.o
6binder_linux-$(CONFIG_ANDROID_BINDERFS) += binderfs.o
7binder_linux-$(CONFIG_ANDROID_BINDER_IPC_SELFTEST) += binder_alloc_selftest.o
8
9# binder-$(CONFIG_ANDROID_BINDER_IPC) := binder.o binder_alloc.o
10# binder-$(CONFIG_ANDROID_BINDERFS) += binderfs.o