drivers/sensors/Make.defs: cosmetics

This commit is contained in:
raiden00pl 2023-11-16 14:09:08 +01:00 committed by Xiang Xiao
parent 90cf9f871c
commit 6f0cf35a4e

View File

@ -25,11 +25,11 @@ ifeq ($(CONFIG_SENSORS),y)
CSRCS += sensor.c
ifeq ($(CONFIG_USENSOR),y)
CSRCS += usensor.c
CSRCS += usensor.c
endif
ifeq ($(CONFIG_SENSORS_RPMSG),y)
CSRCS += sensor_rpmsg.c
CSRCS += sensor_rpmsg.c
endif
ifeq ($(CONFIG_SENSORS_GPS),y)