summaryrefslogtreecommitdiff
path: root/builddeps-coreboot
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-10-11 22:42:28 +0100
committerFrancis Rowe <info@gluglug.org.uk>2014-10-11 22:42:28 +0100
commit32b87fa3e083e281732ffd8f4ac9c8ee0780d550 (patch)
treea60e6b6dac68a12e10d1cf11bc46d5ea5e4666dd /builddeps-coreboot
parentb31cfd1331325f1d30a2efa895f89c619fa71bff (diff)
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-xbuilddeps-coreboot13
1 files changed, 0 insertions, 13 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot
index e074eab..cbc80fd 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 ../