summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-04-24 21:00:11 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-05-25 03:10:50 +0300
commitc1cdd3b5a4a69b12ca1b4d3f6cedd224257cf504 (patch)
treeae3d9e97648a68b483bf241d8a06a9cbfdb23e8b
parent3aaf127cc194d9fcb8f48324f242504fb203bbc9 (diff)
Makefile: add forgotten gsmmap to (dist)clean section
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index a145880d..00231a64 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -85,6 +85,7 @@ clean:
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 @@ distclean:
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 $@