summaryrefslogtreecommitdiff
path: root/peripheral/sensors/edison_arduino/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/sensors/edison_arduino/Android.mk')
-rw-r--r--peripheral/sensors/edison_arduino/Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/peripheral/sensors/edison_arduino/Android.mk b/peripheral/sensors/edison_arduino/Android.mk
index 9384434..7b2ae83 100644
--- a/peripheral/sensors/edison_arduino/Android.mk
+++ b/peripheral/sensors/edison_arduino/Android.mk
@@ -37,6 +37,14 @@ ifneq (,$(filter LSM9DS0Accelerometer, $(PLATFORM_SENSOR_LIST)))
LOCAL_SRC_FILES += sensors/LSM9DS0Accelerometer.cpp
endif
+ifneq (,$(filter LSM303dAccelerometer, $(PLATFORM_SENSOR_LIST)))
+LOCAL_SRC_FILES += sensors/LSM303dAccelerometer.cpp
+endif
+
+ifneq (,$(filter LSM303dOrientation, $(PLATFORM_SENSOR_LIST)))
+LOCAL_SRC_FILES += sensors/LSM303dOrientation.cpp
+endif
+
ifneq (,$(filter GroveLight, $(PLATFORM_SENSOR_LIST)))
LOCAL_SRC_FILES += sensors/GroveLight.cpp
endif