diff options
| author | Gerd Hoffmann | 2012-11-30 16:24:40 +0100 |
|---|---|---|
| committer | Gerd Hoffmann | 2012-11-30 16:24:40 +0100 |
| commit | 7527bd85be991d91584329fcbb44af322758719e (patch) | |
| tree | cb7034935766c4d8fabc3712575cb7ee6fa406cf /roms | |
| parent | seabios: update to b1c35f2b28cc0c94ebed8176ff61ac0e0b377798 (diff) | |
| download | qemu-7527bd85be991d91584329fcbb44af322758719e.tar.gz qemu-7527bd85be991d91584329fcbb44af322758719e.tar.xz qemu-7527bd85be991d91584329fcbb44af322758719e.zip | |
roms: also copy the dsdt when updating seabios.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'roms')
| -rw-r--r-- | roms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roms/Makefile b/roms/Makefile index feb9c2b145..5e645bc7d1 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -12,6 +12,7 @@ bios: config.seabios sh configure-seabios.sh $< make -C seabios out/bios.bin cp seabios/out/bios.bin ../pc-bios/bios.bin + cp seabios/out/*dsdt.aml ../pc-bios/ seavgabios: $(patsubst %,seavgabios-%,$(vgabios_variants)) |
