oplus: tri_state_key: Unconditionally build the modules

Change-Id: Ia1f7a70f126daf75a6a71fa148f9eac8a0c3d5e1
This commit is contained in:
dianlujitao
2025-01-28 21:34:34 +08:00
committed by Bruno Martins
parent fdf51efb94
commit 80bcc05119
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
obj-$(CONFIG_OPLUS_TRIKEY_HALL) += ist_hall_ic/
obj-$(CONFIG_OPLUS_TRIKEY_HALL) += hall_ic/
obj-y += ist_hall_ic/
obj-y += hall_ic/
oplus_bsp_tri_key-y += oplus_tri_key.o tri_key_exception.o
oplus_bsp_tri_key-y += tri_key_healthinfo.o tri_key_common_api.o
obj-$(CONFIG_OPLUS_TRIKEY_MAIN) += oplus_bsp_tri_key.o
obj-$(CONFIG_OPLUS_TRIKEY_HALL) += digital_hall_ic/
obj-m += oplus_bsp_tri_key.o
obj-y += digital_hall_ic/

View File

@@ -1 +1 @@
obj-$(CONFIG_MXM_UP) += oplus_ak09970.o
obj-m += oplus_ak09970.o

View File

@@ -5,6 +5,6 @@
# Each configuration option enables a list of files.
oplus_bsp_mxm_up-y += hall_mxm1120_up.o
obj-$(CONFIG_MXM_UP) += oplus_bsp_mxm_up.o
obj-m += oplus_bsp_mxm_up.o
oplus_bsp_mxm_down-y += hall_mxm1120_down.o
obj-$(CONFIG_MXM_DOWN) += oplus_bsp_mxm_down.o
obj-m += oplus_bsp_mxm_down.o

View File

@@ -5,6 +5,6 @@
# Each configuration option enables a list of files.
oplus_bsp_ist_up-y += hall_ist8801_up.o
obj-$(CONFIG_IST_UP) += oplus_bsp_ist_up.o
obj-m += oplus_bsp_ist_up.o
oplus_bsp_ist_down-y += hall_ist8801_down.o
obj-$(CONFIG_IST_DOWN) += oplus_bsp_ist_down.o
obj-m += oplus_bsp_ist_down.o