diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-10-10 15:53:34 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-10-10 16:34:37 -0400 |
commit | b7e8be6adf2d1b30e1ffcc2472be10af9fe8492d (patch) | |
tree | f364f9838c181d4785ea53e1704ae0123c833ce1 | |
parent | 9b975700e9f2ac09097ab5870e7f71c5b58f5584 (diff) | |
download | librebootfr-b7e8be6adf2d1b30e1ffcc2472be10af9fe8492d.tar.gz librebootfr-b7e8be6adf2d1b30e1ffcc2472be10af9fe8492d.zip |
Build only mosys in mosys build action
Helps keep projects modular and easier to maintain if each project
only builds itself.
-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 145a467d..5ac27ee4 100755 --- a/projects/mosys/mosys +++ b/projects/mosys/mosys @@ -66,8 +66,6 @@ build() { git_project_checkout "$project" "$repository" "$@" fi - project_action_arguments "build" "flashmap" "$@" - mkdir -p "$build_path" make -C "$sources_path" objtree="$build_path" "defconfig" |