kernel_samsung_a34x-permissive/drivers/sensors_lego/Makefile
2024-04-28 15:51:13 +02:00

9 lines
243 B
Makefile

#
# Makefile for grip sensors
#
ifneq (,$(filter m,$(CONFIG_SENSORS_ISG5320A) $(CONFIG_SENSORS_ISG5320A_SUB)))
obj-m += isg5320a.o
else ifneq (,$(filter y,$(CONFIG_SENSORS_ISG5320A) $(CONFIG_SENSORS_ISG5320A_SUB)))
obj-y += isg5320a.o
endif