[PATCH] Makefile: add forgotten gsmmap to (dist)clean section

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Vadim Yanitskiy axilirator at gmail.com
Thu Jul 7 18:14:27 UTC 2016


---
 src/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Makefile b/src/Makefile
index 8075082..2d43f9c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -99,6 +99,7 @@ clean:
 	make -C host/layer23 $@
 	make -C host/osmocon $@
 	make -C host/trxcon $@
+	make -C host/gsmmap $@
 	make -C target/firmware $@
 	make -C target/firmware -f Makefile.mtk $@
 
@@ -107,5 +108,6 @@ distclean:
 	make -C host/layer23 $@
 	make -C host/osmocon $@
 	make -C host/trxcon $@
+	make -C host/gsmmap $@
 # 'firmware' also handles 'mtk-firmware'
 	make -C target/firmware $@
-- 
2.9.0




More information about the baseband-devel mailing list