diff options
Diffstat (limited to 'builddeps-coreboot')
-rwxr-xr-x | builddeps-coreboot | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot index 6b5794f..d70c798 100755 --- a/builddeps-coreboot +++ b/builddeps-coreboot @@ -21,11 +21,6 @@ # This script is used by the main "builddeps" script in libreboot src/meta archives. # The reason it is seperated here is so that coreboot can be built separately aswell. -# To use this script, you will need the dependencies in "builddeb". -# Run it, or adapt it if you do not use an "apt-get" distro. - -# This is also used by the "getcb" script. - set -u -e -v # Build utilities needed in coreboot directory |