From 32b87fa3e083e281732ffd8f4ac9c8ee0780d550 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 11 Oct 2014 22:42:28 +0100 Subject: builddeps-coreboot: Don't build libpayload. This was accidentally left here when trying out TINT (falling blocks / tetris clone) --- builddeps-coreboot | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'builddeps-coreboot') 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 ../ -- cgit v1.2.3-54-g00ecf