build: Skip the hwdb test if not all drivers are really enabled
This commit is contained in:
parent
57f836a0f6
commit
3b83157e9b
1 changed files with 4 additions and 0 deletions
|
@ -184,6 +184,10 @@ foreach driver: drivers
|
|||
endif
|
||||
endforeach
|
||||
|
||||
if default_drivers_are_enabled and supported_drivers != drivers
|
||||
default_drivers_are_enabled = false
|
||||
endif
|
||||
|
||||
# Export the drivers' types to the core code
|
||||
drivers_type_list = []
|
||||
drivers_type_func = []
|
||||
|
|
Loading…
Reference in a new issue