c05564c4d8
Android 13
12 lines
207 B
Makefile
Executable file
12 lines
207 B
Makefile
Executable file
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
|