summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@intel.com>2017-01-26 10:32:53 -0800
committerJukka Rissanen <jukka.rissanen@linux.intel.com>2017-02-03 15:59:14 +0200
commit0ef657904dacfc8ddb823616ad99950bb8597c5e (patch)
treec11785018f642185ad0050f74195345cbefea1e8 /samples
parent1997a049fa9a098d9e95d13ae6f0d740fd25614c (diff)
samples/zoap_server: Allow overriding the BOARD variable
In case the user wants to use BOARD make variable to conveniently use another board with this sample. Change-Id: I6dd0656da223218d116dd498c1336c890563b212 Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/net/zoap_server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/net/zoap_server/Makefile b/samples/net/zoap_server/Makefile
index 234844707..7943e26c8 100644
--- a/samples/net/zoap_server/Makefile
+++ b/samples/net/zoap_server/Makefile
@@ -6,7 +6,7 @@
# SPDX-License-Identifier: Apache-2.0
#
-BOARD = qemu_x86
+BOARD ?= qemu_x86
CONF_FILE ?= prj.conf
include $(ZEPHYR_BASE)/Makefile.inc