6db4831e98
Android 14
12 lines
207 B
Makefile
12 lines
207 B
Makefile
ifeq ($(CONFIG_MTK_SENSOR_SUPPORT),y)
|
|
obj-y += hwmsen/
|
|
obj-y += sensor_dts/
|
|
obj-y += sensor_attributes/
|
|
obj-y += sensor_event/
|
|
obj-y += sensor_performance/
|
|
obj-y += sensor_list/
|
|
|
|
else
|
|
obj-n := hwmsen/
|
|
endif
|