summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@osg.samsung.com>2015-12-31 17:23:11 +0000
committerHabib Virji <habib.virji@samsung.com>2016-03-09 15:54:03 +0000
commit063c8af1f50262a9d068138d485221189945328d (patch)
tree737d087c8409334a3b2d08b70cdebc49974a37cb /examples
parent3dfbdf7f28cb8e153a886c16d1a62abbc384a591 (diff)
downloadiotivity-063c8af1f50262a9d068138d485221189945328d.tar.gz
iotivity-063c8af1f50262a9d068138d485221189945328d.tar.bz2
iotivity-063c8af1f50262a9d068138d485221189945328d.zip
OICSensorBoard: make configuration variables able be overriden from outside
This still can be forced as : make CLIENTARCH=x86_64 BUILDTYPE=debug Or by exporting CLIENTARCH in parent Makefiles or env Change-Id: Iccf271ce0a5108a4c4c2f8c2d2187b7c02e00d34 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/4745 Reviewed-by: Robert Spielmann <spielmann@kellendonk.de> Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by: Habib Virji <habib.virji@samsung.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/OICSensorBoard/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/OICSensorBoard/Makefile b/examples/OICSensorBoard/Makefile
index d89d57fc0..2e7acb505 100644
--- a/examples/OICSensorBoard/Makefile
+++ b/examples/OICSensorBoard/Makefile
@@ -1,6 +1,6 @@
#Set the two variables below for the client build.
-CLIENTARCH=x86
-BUILDTYPE=release
+CLIENTARCH?=x86
+BUILDTYPE?=release
##
YOCTOCXXFLAGS=-I$(SDKTARGETSYSROOT)/usr/include/iotivity/resource/ -I$(SDKTARGETSYSROOT)/usr/include/iotivity/resource/stack -I$(SDKTARGETSYSROOT)/usr/include/iotivity/resource/ocrandom -I$(SDKTARGETSYSROOT)/usr/include/iotivity/resource/logger -I$(SDKTARGETSYSROOT)/usr/include/iotivity/resource/oc_logger