Review at https://gerrit.osmocom.org/2398
Makefile: add forgotten gsmmap to (dist)clean section
Change-Id: I14abe8a061d218ca81dd2d101b218d3030324aa2
---
M src/Makefile
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/98/2398/1
diff --git a/src/Makefile b/src/Makefile
index a145880..00231a6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -85,6 +85,7 @@
make -C shared/libosmocore/build-target $@
make -C host/layer23 $@
make -C host/osmocon $@
+ make -C host/gsmmap $@
make -C target/firmware $@
make -C target/firmware -f Makefile.mtk $@
@@ -92,5 +93,6 @@
rm -rf shared/libosmocore/build-target
make -C host/layer23 $@
make -C host/osmocon $@
+ make -C host/gsmmap $@
# 'firmware' also handles 'mtk-firmware'
make -C target/firmware $@
--
To view, visit https://gerrit.osmocom.org/2398
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I14abe8a061d218ca81dd2d101b218d3030324aa2
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <[email protected]>