Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Moses Turner
Monado
Commits
47ebbb47
Commit
47ebbb47
authored
Jan 14, 2021
by
Moses Turner
Browse files
targets/common/target_lists: only do ulv2 if the build system calls for it
parent
3bf61a4f
Pipeline
#256654
failed with stages
in 1 minute and 34 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/xrt/targets/common/target_lists.c
View file @
47ebbb47
...
...
@@ -66,7 +66,9 @@
#include
"illixr/illixr_interface.h"
#endif
#ifdef XRT_BUILD_DRIVER_ULV2
#include
"ultraleap_v2/ulv2_interface.h"
#endif
/*!
* Each entry should be a vendor ID (VID), product ID (PID), a "found" function,
...
...
@@ -165,7 +167,9 @@ xrt_auto_prober_creator target_auto_list[] = {
dummy_create_auto_prober
,
#endif
#ifdef XRT_BUILD_DRIVER_ULV2
ulv2_create_auto_prober
,
#endif
NULL
,
// Terminate
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment