aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-10-10 15:53:34 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-10-10 16:34:37 -0400
commitb7e8be6adf2d1b30e1ffcc2472be10af9fe8492d (patch)
treef364f9838c181d4785ea53e1704ae0123c833ce1
parent9b975700e9f2ac09097ab5870e7f71c5b58f5584 (diff)
downloadlibrebootfr-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-xprojects/mosys/mosys2
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"