docs : arduino_101 : fix build command

The make command is broken

Change-Id: Ie7ac4d75941aad9efbbf9c40f9e6358c8b04f28f
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
Dan Kalowsky 2016-02-12 16:52:32 -08:00 committed by Anas Nashif
commit 1bf8859550

View file

@ -249,7 +249,7 @@ checkout copy of Zephyr, and run:
$ source ./zephyr-env.sh
$ cd $ZEPHYR_BASE/samples/hello_world/nanokernel
$ make pristine && BOARD=arduino_101_sss ARCH=arc
$ make pristine && make BOARD=arduino_101_sss ARCH=arc
$ make BOARD=arduino_101_sss flash
.. note::
@ -270,7 +270,7 @@ Flashing an x86 Kernel
$ source ./zephyr-env.sh
$ cd $ZEPHYR_BASE/samples/hello_world/nanokernel
$ make pristine && BOARD=arduino_101 ARCH=x86
$ make pristine && make BOARD=arduino_101 ARCH=x86
$ make BOARD=arduino_101 flash
.. note::