BigW Consortium Gitlab

Commit 23b0010b by Peter Sandelin

trac:4097 - [ColdPlay] Provides targetDefs.wifi and wifi.sdef

patch 3: removed trailing space patch 2: - added - patch 1: - when building legato, it will also build and integrate MangOH wifi - note that MANGOH_WIFI_ROOT is set by the build Change-Id: I06bee34525a8bb5ddbf2749dcd137b460b9d38ed
parent 6510b8bd
......@@ -26,6 +26,10 @@ apps:
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderService/gpioExpanderService.adef
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderDemo/gpioExpanderDemo.adef
$MANGOH_WIFI_ROOT/service/wifiService.adef
$MANGOH_WIFI_ROOT/apps/sample/wifiClientTest/wifiClientTest.adef
$MANGOH_WIFI_ROOT/apps/sample/wifiApTest/wifiApTest.adef
// Command-line tools.
$LEGATO_ROOT/apps/tools/tools
}
......
# Root directory for MangOH code
export MANGOH_ROOT = $(LEGATO_ROOT)/../mangOH
export MANGOH_WIFI_ROOT = $(MANGOH_ROOT)/apps/WiFi
# Override the default sdef file to use the MangOH one
export SDEF_TO_USE = $(MANGOH_ROOT)/mangoh.sdef
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