forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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