diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-05-18 10:16:45 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-05-18 10:16:45 +0200 |
commit | 5f44947e48830f8891a76633138aa892dba869ff (patch) | |
tree | cadf62cd38f7ce5a794ca015931400ac21d0db00 | |
parent | fc6b9952294ded2081156f73a8ae68ca828a2631 (diff) | |
download | coreboot-5f44947e48830f8891a76633138aa892dba869ff.tar.gz |
drop msrtool
-rw-r--r-- | coreboot.git.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/coreboot.git.spec b/coreboot.git.spec index 212b760..0970367 100644 --- a/coreboot.git.spec +++ b/coreboot.git.spec @@ -70,8 +70,7 @@ do_build %{SOURCE10} coreboot-i440fx-seabios do_build %{SOURCE20} coreboot-q35-seabios #do_build %{SOURCE22} coreboot-q35-tianocore -(cd util/msrtool; ./configure) -for util in cbmem inteltool msrtool nvramtool; do +for util in cbmem inteltool nvramtool; do make -C util/$util done @@ -84,7 +83,6 @@ ln -s coreboot-i440fx-seabios.rom %{buildroot}/usr/share/%{name}/bios.bin ln -s coreboot-i440fx-seabios.rom %{buildroot}/usr/share/%{name}/bios-256k.bin cp build/cbfstool \ util/cbmem/cbmem \ - util/msrtool/msrtool \ util/nvramtool/nvramtool \ util/inteltool/inteltool \ %{buildroot}%{_bindir} |