|
From: | Paolo Bonzini |
Subject: | Re: [RFC PATCH 05/13] blobs: Only install npcm7xx bootrom if ARM system targets are built |
Date: | Tue, 23 Mar 2021 17:29:31 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 23/03/21 16:51, Philippe Mathieu-Daudé wrote:
install_edk2_blobs = install_edk2_blobs or target in edk2_targets install_blobs_alpha = install_blobs_alpha or target in ['alpha-softmmu'] + install_blobs_arm = install_blobs_hppa or target in ['arm-softmmu', 'aarch64-softmmu'] endforeach
Typo (hppa instead of alpha). Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |