Commit 82576419 authored by Claes Sjofors's avatar Claes Sjofors

Fix in pwr_rtmon build

parent 17928477
...@@ -607,6 +607,7 @@ sub build_all () ...@@ -607,6 +607,7 @@ sub build_all ()
_build("exe", "rt*", "src", "all"); _build("exe", "rt*", "src", "all");
_build("exe", "co*", $flavour, "all"); _build("exe", "co*", $flavour, "all");
_build("exe", "pwr_user", "src", "all"); _build("exe", "pwr_user", "src", "all");
_build("exe", "pwr_rtmon", "src", "all");
_build("exe", "pwr_rtmon", "$flavour", "all"); _build("exe", "pwr_rtmon", "$flavour", "all");
_build("exp", "ge", "src", "all"); _build("exp", "ge", "src", "all");
_build("mmi", "*", "src", "copy"); _build("mmi", "*", "src", "copy");
......
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