From 96ca7ee67a36605a33de8d57eb8e8d3998bc6427 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Wed, 03 Sep 2014 14:30:21 -0400 Subject: Merge libreboot-6b6. Conflicts: buildrom-withgrub --- (limited to 'builddeps-coreboot') diff --git a/builddeps-coreboot b/builddeps-coreboot index 3c4aa2b..e46cecf 100755 --- a/builddeps-coreboot +++ b/builddeps-coreboot @@ -2,7 +2,7 @@ # builddeps-coreboot: builds the dependencies that coreboot needs before building a ROM image # -# Copyright (C) 2014 Francis Rowe +# Copyright (C) 2014 Francis Rowe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -57,7 +57,20 @@ rm -rf grub.elf make crossgcc-clean make crossgcc -# done. go back to main directory +# 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 ../ # ------------------- DONE ---------------------- -- cgit v0.9.1