diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-10-11 22:42:28 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-10-11 22:42:28 +0100 |
commit | 32b87fa3e083e281732ffd8f4ac9c8ee0780d550 (patch) | |
tree | a60e6b6dac68a12e10d1cf11bc46d5ea5e4666dd /builddeps-coreboot | |
parent | b31cfd1331325f1d30a2efa895f89c619fa71bff (diff) | |
download | librebootfr-32b87fa3e083e281732ffd8f4ac9c8ee0780d550.tar.gz librebootfr-32b87fa3e083e281732ffd8f4ac9c8ee0780d550.zip |
builddeps-coreboot: Don't build libpayload.
This was accidentally left here when trying out TINT (falling blocks / tetris clone)
Diffstat (limited to 'builddeps-coreboot')
-rwxr-xr-x | builddeps-coreboot | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot index e074eabc..cbc80fd7 100755 --- a/builddeps-coreboot +++ b/builddeps-coreboot @@ -57,19 +57,6 @@ rm -rf grub.elf make crossgcc-clean make crossgcc-i386 -# build libpayload -cd payloads/libpayload -make clean -rm -rf install -# copy the config -rm -rf .config -cp ../../../resources/libreboot/config/libpayload/config .config -# build libpayload (root not needed for make install. it puts under 'install' directory in same directory) -make -make install -# come back to main coreboot directory -cd ../../ - # done. go back to main libreboot_src directory cd ../ |