diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 15:33:34 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 15:34:06 (EDT) |
commit | f06e2d27b99f7180b97511693cac8616bee97a9f (patch) | |
tree | 4ff0d738a87900842b22f6790b32deb0db95efc7 /resources/scripts/helpers/build | |
parent | a8c6e84f6ac7599712153ddcab136326cf872eb2 (diff) | |
download | libreboot-f06e2d27b99f7180b97511693cac8616bee97a9f.zip libreboot-f06e2d27b99f7180b97511693cac8616bee97a9f.tar.gz libreboot-f06e2d27b99f7180b97511693cac8616bee97a9f.tar.bz2 |
coreboot-libre: don't build cbmem/nvramtool
They aren't included in the _util release archive anymore, and
they don't need to be built either.
Diffstat (limited to 'resources/scripts/helpers/build')
-rwxr-xr-x | resources/scripts/helpers/build/clean/coreboot | 6 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/module/coreboot | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/resources/scripts/helpers/build/clean/coreboot b/resources/scripts/helpers/build/clean/coreboot index d657aa3..b542989 100755 --- a/resources/scripts/helpers/build/clean/coreboot +++ b/resources/scripts/helpers/build/clean/coreboot @@ -42,12 +42,6 @@ make clean # clean cbfstool cd util/cbfstool/ make clean -# clean nvramtool -cd ../nvramtool/ -make clean -# clean cbmem -cd ../cbmem/ -make clean # go back to coreboot dir cd ../../ diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot index d9083a7..5a6174f 100755 --- a/resources/scripts/helpers/build/module/coreboot +++ b/resources/scripts/helpers/build/module/coreboot @@ -38,12 +38,6 @@ cd coreboot # cbfstool cd util/cbfstool/ make -# nvramtool -cd ../nvramtool/ -make -# cbmem -cd ../cbmem/ -make # done. go back to coreboot dir cd ../../ |