summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/module')
-rwxr-xr-xresources/scripts/helpers/build/module/coreboot6
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot
index d9083a7..5a6174f 100755
--- a/resources/scripts/helpers/build/module/coreboot
+++ b/resources/scripts/helpers/build/module/coreboot
@@ -38,12 +38,6 @@ cd coreboot
# cbfstool
cd util/cbfstool/
make
-# nvramtool
-cd ../nvramtool/
-make
-# cbmem
-cd ../cbmem/
-make
# done. go back to coreboot dir
cd ../../