6db4831e98
Android 14
9 lines
249 B
Makefile
9 lines
249 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-y += core/
|
|
|
|
obj-$(CONFIG_CUSTOM_KERNEL_SENSORHUB) += mtk_nanohub/
|
|
obj-$(CONFIG_MTK_SENSORHUB) += sensorhub/
|
|
obj-$(CONFIG_MTK_HF_LSM6DSM_SECONDARY) += lsm6dsm_secondary/
|
|
obj-$(CONFIG_MTK_HF_TEST_CASE) += test/
|