| Submitter | Jan Kiszka |
|---|---|
| Date | Feb. 2, 2013, 10:46 a.m. |
| Message ID | <510CEE9A.1030207@web.de> |
| Download | mbox | patch |
| Permalink | /patch/217650/ |
| State | New |
| Headers | show |
Comments
Am 02.02.2013 11:46, schrieb Jan Kiszka: > From: Jan Kiszka <jan.kiszka@siemens.com> > > Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> > --- > configure | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/configure b/configure > index 0657b1a..cfccec5 100755 > --- a/configure > +++ b/configure > @@ -4289,6 +4289,7 @@ FILES="$FILES tests/tcg/lm32/Makefile" > FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps" > FILES="$FILES pc-bios/spapr-rtas/Makefile" > FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile" > +FILES="$FILES pc-bios/qemu-icon.bmp" > for bios_file in \ > $source_path/pc-bios/*.bin \ > $source_path/pc-bios/*.aml \ Commit message is missing an explanation why? :) Cheers, Andreas
Patch
diff --git a/configure b/configure index 0657b1a..cfccec5 100755 --- a/configure +++ b/configure @@ -4289,6 +4289,7 @@ FILES="$FILES tests/tcg/lm32/Makefile" FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps" FILES="$FILES pc-bios/spapr-rtas/Makefile" FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile" +FILES="$FILES pc-bios/qemu-icon.bmp" for bios_file in \ $source_path/pc-bios/*.bin \ $source_path/pc-bios/*.aml \