hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/android/Makefile
....@@ -1,5 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 ccflags-y += -I$(src) # needed for trace events
23
34 obj-$(CONFIG_ANDROID_BINDERFS) += binderfs.o
45 obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o
56 obj-$(CONFIG_ANDROID_BINDER_IPC_SELFTEST) += binder_alloc_selftest.o
7
+obj-$(CONFIG_ANDROID_DEBUG_SYMBOLS) += debug_symbols.o
8
+obj-$(CONFIG_ANDROID_VENDOR_HOOKS) += vendor_hooks.o