aboutsummaryrefslogtreecommitdiff
path: root/roms/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-11-30 16:24:40 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-11-30 16:24:40 +0100
commit7527bd85be991d91584329fcbb44af322758719e (patch)
treecb7034935766c4d8fabc3712575cb7ee6fa406cf /roms/Makefile
parent1f32989d7349c31419d01a0b874f5eb3a238d913 (diff)
roms: also copy the dsdt when updating seabios.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'roms/Makefile')
-rw-r--r--roms/Makefile1
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))