Skip to content
Snippets Groups Projects
Commit d5f207ea authored by Greg Manning's avatar Greg Manning Committed by Alex Bennée
Browse files

plugins: disable lockstep plugin on windows


The lockstep plugin uses unix sockets and would require a different
communication mechanism to work on Windows.

Signed-off-by: default avatarGreg Manning <gmanning@rapitasystems.com>
Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Message-Id: <20231102172053.17692-4-gmanning@rapitasystems.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Message-Id: <20231106185112.2755262-16-alex.bennee@linaro.org>
parent 330fe3b0
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,13 @@ NAMES += execlog
NAMES += hotblocks
NAMES += hotpages
NAMES += howvec
# The lockstep example communicates using unix sockets,
# and can't be easily made to work on windows.
ifneq ($(CONFIG_WIN32),y)
NAMES += lockstep
endif
NAMES += hwprofile
NAMES += cache
NAMES += drcov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment