diff options
Diffstat (limited to 'builddeps-coreboot')
-rwxr-xr-x | builddeps-coreboot | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot index d70c798..1645feb 100755 --- a/builddeps-coreboot +++ b/builddeps-coreboot @@ -33,10 +33,13 @@ cd coreboot # ----------------------------------------- # cbfstool -cd util/cbfstool +cd util/cbfstool/ make # nvramtool -cd ../nvramtool +cd ../nvramtool/ +make +# cbmem +cd ../cbmem/ make # done. go back to coreboot dir |