qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/3] roms: also copy the dsdt when updating seabios.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 2/3] roms: also copy the dsdt when updating seabios.
Date: Fri, 30 Nov 2012 16:29:56 +0100

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 roms/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/roms/Makefile b/roms/Makefile
index feb9c2b..5e645bc 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))
 
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]