zephyr/samples/sensor/magn_polling/Makefile
Vlad Dogaru fd094f8cfc samples: revert to default CFLAGS
SDK version 0.7.5 has fixed ZEP-62.  It is no longer necessary to use
-O0 in order to get correct readings from sensors.

Change-Id: Ia8ac2f55453b7dfdda71fe2f41863cbd0b366739
Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
2016-04-08 17:24:38 +00:00

6 lines
102 B
Makefile

KERNEL_TYPE = nano
BOARD ?= arduino_101_sss
CONF_FILE = prj.conf
include ${ZEPHYR_BASE}/Makefile.inc