Motion Apps 5.1.6 Release Candidate 25

    Added multi-rate support for sensors in batch mode.
    Fix step detector and step counter bugs.
    Calib-bias entries are now updated after executing self_test.
    Fix batching mode bug where timeout greater than buffer size was not being handled correctly.
    Ensure MPU goes into sleep mode when idle.
    Fifo overflows checks added to batch mode.
    Batch mode takes priority over continuous mode when concurrent requests are made.

Change-Id: I5185723cd54831f3d36c125865049bd4311be2f0
diff --git a/65xx/libsensors_iio/software/simple_apps/devnode_parser/build/filelist.mk b/65xx/libsensors_iio/software/simple_apps/devnode_parser/build/filelist.mk
new file mode 100755
index 0000000..fdecbc8
--- /dev/null
+++ b/65xx/libsensors_iio/software/simple_apps/devnode_parser/build/filelist.mk
@@ -0,0 +1,11 @@
+#### filelist.mk for inv_devnode_parser ####
+
+# headers
+HEADERS += $(APP_DIR)/iio_utils.h
+
+# sources
+SOURCES := $(APP_DIR)/read_device_node.c
+
+INV_SOURCES += $(SOURCES)
+
+VPATH += $(APP_DIR) $(COMMON_DIR) $(HAL_DIR)/linux