BigW Consortium Gitlab

Commit 0bb7d989 by David Frey

Update Makefile to include path to RedSensorToCloud components

parent 53ef9f4a
......@@ -15,7 +15,8 @@ MANGOH_ROOT=$(shell pwd)
# The comment below is for Developer Studio integration. Do not remove it.
# DS_CUSTOM_OPTIONS(EXTRA_OPTS)
EXTRA_OPTS = -s "$(MANGOH_ROOT)/apps/GpioExpander/gpioExpanderService"
EXTRA_OPTS = -s "$(MANGOH_ROOT)/apps/GpioExpander/gpioExpanderService" \
-s "$(MANGOH_ROOT)/apps/RedSensorToCloud"
$(TARGET):
export MANGOH_ROOT=$(MANGOH_ROOT) && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment