diff options
Diffstat (limited to 'coreboot.git.spec')
-rw-r--r-- | coreboot.git.spec | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/coreboot.git.spec b/coreboot.git.spec index 6cd8b36..1e4f2a2 100644 --- a/coreboot.git.spec +++ b/coreboot.git.spec @@ -8,10 +8,10 @@ Summary: open source x86 firmware Group: Applications/Emulators License: GPLv2+ Source0: coreboot.git-g0cc33da.tar.xz + Source10: config.i440fx.seabios -Source11: config.i440fx.efi32 +Source11: config.i440fx.seabios.corevga Source20: config.q35.seabios -Source21: config.q35.efi32 BuildRequires: iasl BuildRequires: python @@ -54,10 +54,8 @@ mkdir rpm.doc mkdir rpm.bin do_build %{SOURCE10} coreboot-i440fx-seabios -#do_build %{SOURCE11} coreboot-i440fx-efi32 - +do_build %{SOURCE11} coreboot-i440fx-seabios-corevga do_build %{SOURCE20} coreboot-q35-seabios -#do_build %{SOURCE21} coreboot-q35-efi32 (cd util/msrtool; ./configure) for util in cbmem inteltool lbtdump msrtool nvramtool; do |