diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-11-20 11:09:55 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-11-20 11:09:55 +0100 |
commit | 5e2de3a44fe9e0159a70e8d67aa25d24112454bd (patch) | |
tree | 98812eae81dfb697472c6332950f0a01541be4c5 | |
parent | 5b957c1b3ee125d55952386daf85245ed0806c4b (diff) | |
download | seabios-5e2de3a44fe9e0159a70e8d67aa25d24112454bd.tar.gz |
add make iasl call
-rw-r--r-- | seabios.git.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/seabios.git.spec b/seabios.git.spec index ee53b68..255d01b 100644 --- a/seabios.git.spec +++ b/seabios.git.spec @@ -57,6 +57,7 @@ function do_build() { cp "$cfg" ".config" yes "" | make oldconfig make EXTRAVERSION="$extra" + make EXTRAVERSION="$extra" iasl make EXTRAVERSION="$extra" $target } echo "%{version}" > .version |