diff options
author | 4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org> | 2017-01-21 18:14:33 +0000 |
---|---|---|
committer | 4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org> | 2017-01-21 18:18:20 +0000 |
commit | 4b0752e1c264c4ba2a354507ca97bb2e039dda1a (patch) | |
tree | dca24f3d11087443aa9c8b2d823ed1d5b8dad001 /docs/hcl/gm45_remove_me.html | |
parent | 3c17e8d80e5bacacddb8be37b598cd91cf543539 (diff) | |
download | librebootfr-4b0752e1c264c4ba2a354507ca97bb2e039dda1a.tar.gz librebootfr-4b0752e1c264c4ba2a354507ca97bb2e039dda1a.zip |
re-add old build system (for x86 boards/utils)
Everything will be migrated over to the new build system after release.
Diffstat (limited to 'docs/hcl/gm45_remove_me.html')
-rw-r--r-- | docs/hcl/gm45_remove_me.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hcl/gm45_remove_me.html b/docs/hcl/gm45_remove_me.html index ed7280ff..4d07b516 100644 --- a/docs/hcl/gm45_remove_me.html +++ b/docs/hcl/gm45_remove_me.html @@ -61,7 +61,7 @@ <p> ich9gen executables can be found under ./ich9deblob/ statically compiled in libreboot_util. If you are using src or git, build ich9gen from source with:<br/> - $ <b>./build module ich9deblob</b><br/> + $ <b>./oldbuild module ich9deblob</b><br/> The executable will appear under resources/utilities/ich9deblob/ </p> @@ -203,9 +203,9 @@ </p> <p> If you are working with libreboot_src (or git), you can find the source under resources/utilities/ich9deblob/ - and will already be compiled if you ran <b>./build module all</b> or <b>./build module ich9deblob</b> from the main directory (./), + and will already be compiled if you ran <b>./oldbuild module all</b> or <b>./oldbuild module ich9deblob</b> from the main directory (./), otherwise you can build it like so:<br/> - $ <b>./build module ich9deblob</b><br/> + $ <b>./oldbuild module ich9deblob</b><br/> An executable file named <b>ich9deblob</b> will now appear under resources/utilities/ich9deblob/ </p> <p> |