diff options
-rwxr-xr-x | projects/coreboot/coreboot | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/projects/coreboot/coreboot b/projects/coreboot/coreboot index 5a3c3c7f..f3f5d783 100755 --- a/projects/coreboot/coreboot +++ b/projects/coreboot/coreboot @@ -74,8 +74,6 @@ build() { local crossgcc_bin_path="$crossgcc_build_path/bin/" local vboot_sources_path=$( project_sources_path "vboot" "vboot" "devices" ) - project_action "build" "crossgcc" "$arch" - if git_project_check "$repository" then git_project_checkout "$project" "$repository" "$payload" "$@" @@ -83,15 +81,6 @@ build() { project_action "checkout" "vboot" "devices" - project_action "build" "$payload" "$@" - - if coreboot_ec_check "$payload" "$@" - then - ec=$( coreboot_ec "$payload" "$@" ) - - project_action "build" "$ec" "$@" - fi - rm -f "$sources_path/.xcompile" mkdir -p "$build_path" |