3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

test-runner: Always define qemu_table

Otherwise build fails in architectures with no qemu name defined.
This commit is contained in:
Matías Zúñiga 2017-06-01 11:34:35 -04:00 committed by Denis Kenzior
parent 21fffe2629
commit d46489c4ee

View File

@ -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 {