6db4831e98
Android 14
12 lines
406 B
Makefile
12 lines
406 B
Makefile
# In case the platform does NOT support this type of sensors
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/sensors-1.0/hwmon/include
|
|
obj-y += alsps.o
|
|
obj-y += alsps_factory.o
|
|
obj-y += aal_control.o
|
|
|
|
obj-$(CONFIG_MTK_ALSPSHUB) += alspshub/
|
|
obj-$(CONFIG_MTK_CM36558) += cm36558/
|
|
obj-$(CONFIG_MTK_LTR303) += ltr303/
|
|
obj-$(CONFIG_MTK_LTR559) += ltr559/
|
|
obj-$(CONFIG_MTK_STK3X1X_NEW) += stk3x1x/
|