From 1bf8859550a972ca8a096baa9707a518ac083f7c Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Fri, 12 Feb 2016 16:52:32 -0800 Subject: [PATCH] docs : arduino_101 : fix build command The make command is broken Change-Id: Ie7ac4d75941aad9efbbf9c40f9e6358c8b04f28f Signed-off-by: Dan Kalowsky --- doc/board/arduino_101.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/board/arduino_101.rst b/doc/board/arduino_101.rst index ce7784d30d0..91fe8334616 100644 --- a/doc/board/arduino_101.rst +++ b/doc/board/arduino_101.rst @@ -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::