1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-07-25 00:20:43 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

9 lines
231 B
Makefile

#
# Makefile for grip sensors
#
ifneq (,$(filter m,$(CONFIG_SENSORS_SX9385) $(CONFIG_SENSORS_SX9385_SUB)))
obj-m += sx9385.o
else ifneq (,$(filter y,$(CONFIG_SENSORS_SX9385) $(CONFIG_SENSORS_SX9385_SUB)))
obj-y += sx9385.o
endif