Makefile: add forgotten gsmmap to (dist)clean section

Change-Id: I14abe8a061d218ca81dd2d101b218d3030324aa2
This commit is contained in:
Vadim Yanitskiy 2017-04-24 21:00:11 +07:00
parent 3aaf127cc1
commit c1cdd3b5a4
1 changed files with 2 additions and 0 deletions

View File

@ -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 $@