mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: Always define qemu_table
Otherwise build fails in architectures with no qemu name defined.
This commit is contained in:
parent
21fffe2629
commit
d46489c4ee
@ -100,6 +100,7 @@ static const char * const qemu_table[] = {
|
||||
};
|
||||
#else
|
||||
#warning Qemu binary name not defined for this architecture yet
|
||||
static const char * const qemu_table[] = { NULL };
|
||||
#endif
|
||||
|
||||
struct wiphy {
|
||||
|
Loading…
Reference in New Issue
Block a user