| Submitter | Gerd Hoffmann |
|---|---|
| Date | Dec. 19, 2012, 8:46 a.m. |
| Message ID | <1355906770-17199-2-git-send-email-kraxel@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/207264/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index 728caca..ec6f961 100755 --- a/configure +++ b/configure @@ -4197,6 +4197,7 @@ FILES="$FILES pc-bios/spapr-rtas/Makefile" FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile" for bios_file in \ $source_path/pc-bios/*.bin \ + $source_path/pc-bios/*.aml \ $source_path/pc-bios/*.rom \ $source_path/pc-bios/*.dtb \ $source_path/pc-bios/openbios-* \
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)