Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
71e26d0d03a17084e175fab9fd53d98837886717
/
.
/
samples
/
sensor
/
magn_polling
/
Makefile
blob: 72cbd88017a2403ce1480232c3faa911d56f756c [
file
] [
log
] [
blame
]
KERNEL_TYPE
=
nano
BOARD
?=
arduino_101_sss
CONF_FILE
=
prj
.
conf
CFLAGS
?=
-
O0
# The default -Os triggers a compiler bug.
include $
{
ZEPHYR_BASE
}/
Makefile
.
inc