diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-11-06 08:06:55 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-06 08:06:55 +0000 |
commit | 181da2777a6028a87df53939253fb2e83c364f34 (patch) | |
tree | b91a8b217e40c45147fda99764cd76bac8050769 /resources/scripts/helpers/build/module | |
parent | 60453ff2cbd1befe24959fba1d24f734406444e3 (diff) | |
download | librebootfr-181da2777a6028a87df53939253fb2e83c364f34.tar.gz librebootfr-181da2777a6028a87df53939253fb2e83c364f34.zip |
Don't build ifdtool. Not needed in libreboot.
Diffstat (limited to 'resources/scripts/helpers/build/module')
-rwxr-xr-x | resources/scripts/helpers/build/module/coreboot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot index b33f1e3f..09d3cde4 100755 --- a/resources/scripts/helpers/build/module/coreboot +++ b/resources/scripts/helpers/build/module/coreboot @@ -36,7 +36,7 @@ for architecture in i386 arm; do make -j$(nproc) -BC coreboot crossgcc-${architecture} done -# cbfstool, ifdtool, cbmem, nvramtool -for util in {cbfs,ifd,nvram}tool cbmem; do +# cbfstool, cbmem, nvramtool +for util in {cbfs,nvram}tool cbmem; do make -j$(nproc) -BC coreboot/util/${util} done |