summaryrefslogtreecommitdiff
path: root/drivers/maru/sensors/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/maru/sensors/Makefile')
-rw-r--r--drivers/maru/sensors/Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/drivers/maru/sensors/Makefile b/drivers/maru/sensors/Makefile
index 5a9914616e08..2f5cabe4a5a5 100644
--- a/drivers/maru/sensors/Makefile
+++ b/drivers/maru/sensors/Makefile
@@ -1,11 +1,13 @@
+ccflags-y += -Werror
obj-$(CONFIG_MARU_VIRTIO_SENSOR) += maru_virtio_sensor.o \
- maru_accel.o \
- maru_geo.o \
- maru_gyro.o \
- maru_light.o \
- maru_proxi.o \
- maru_rotation_vector.o \
- maru_haptic.o \
- maru_pressure.o \
- maru_uv.o \
- maru_hrm.o
+ maru_accel.o \
+ maru_geo.o \
+ maru_gyro.o \
+ maru_light.o \
+ maru_proxi.o \
+ maru_rotation_vector.o \
+ maru_haptic.o \
+ maru_pressure.o \
+ maru_uv.o \
+ maru_hrm.o \
+ maru_pedo.o