diff options
author | Swift Geek <swiftgeek@gmail.com> | 2017-10-11 03:24:18 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-10-11 03:24:18 +0000 |
commit | a4c7fcc022a539378281d791ce9a70d90b8c603d (patch) | |
tree | d896a994cb2330c77951a42177b1ce08010e52b9 /projects/mosys | |
parent | e2242716c403d1003816293c2a146f02d70de46a (diff) | |
parent | 92fb3bcfdbff2dee43566f95f6508f19ed7de154 (diff) | |
download | librebootfr-a4c7fcc022a539378281d791ce9a70d90b8c603d.tar.gz librebootfr-a4c7fcc022a539378281d791ce9a70d90b8c603d.zip |
Merge branch 'funcall-replace' of kragle/libreboot into master
Diffstat (limited to 'projects/mosys')
-rwxr-xr-x | projects/mosys/mosys | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/projects/mosys/mosys b/projects/mosys/mosys index f0f3345b..5ac27ee4 100755 --- a/projects/mosys/mosys +++ b/projects/mosys/mosys @@ -66,8 +66,6 @@ build() { git_project_checkout "$project" "$repository" "$@" fi - project_action "build" "flashmap" "$@" - mkdir -p "$build_path" make -C "$sources_path" objtree="$build_path" "defconfig" |