forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
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