diff options
Diffstat (limited to 'builddeps-coreboot')
-rwxr-xr-x | builddeps-coreboot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot index 67ee968..6b5794f 100755 --- a/builddeps-coreboot +++ b/builddeps-coreboot @@ -37,10 +37,10 @@ cd coreboot # Build the utilities required by libreboot # ----------------------------------------- -# build cbfstool +# cbfstool cd util/cbfstool make -# build nvramtool +# nvramtool cd ../nvramtool make |