From patchwork Thu Jul 7 18:14:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vadim Yanitskiy X-Patchwork-Id: 646058 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.osmocom.org (lists.osmocom.org [IPv6:2a01:4f8:191:444b::2:7]) by ozlabs.org (Postfix) with ESMTP id 3rlmfq5VHqz9t16 for ; Fri, 8 Jul 2016 04:41:21 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=TAWSd5vt; dkim-atps=neutral Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by lists.osmocom.org (Postfix) with ESMTP id 1418A4B29; Thu, 7 Jul 2016 18:40:26 +0000 (UTC) X-Original-To: baseband-devel@lists.osmocom.org Delivered-To: baseband-devel@lists.osmocom.org Received: from mail-lf0-x242.google.com (mail-lf0-x242.google.com [IPv6:2a00:1450:4010:c07::242]) by lists.osmocom.org (Postfix) with ESMTP id E70824B22 for ; Thu, 7 Jul 2016 18:40:24 +0000 (UTC) Received: by mail-lf0-x242.google.com with SMTP id a2so2101828lfe.3 for ; Thu, 07 Jul 2016 11:40:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=ewW/eZpy761eVP3wBGRxm064BTZ6Zq4rio+p6M24o6o=; b=TAWSd5vtatvSEzdE9j3JCOA+5okla2wK20qn2hBHPCk9Q3JkprqpauOc/Sqh5G+Nfz y3fy5hQmsV1Nz3JnV4IejHf9J21PYr3X1Z+PlTa4sJdyMKdyNEFl6Vogkqy7As2C79Et ggrGNrpLv23stYK8kQ0Vq52KKVuv/uGl8ITvrGAbHIZ7S17THRMnrpwIow4kHSW0yozR Nbuili5ecbjRPB+MynQ9e+y38n+cgyw2XZ1TAQl06cQog2wd5SNsRSuEbvZj7qp11tB2 uOFyRz+slDWcVKohi7/C1wTRdIzvJ6VbdYrFVIyMhHhRAJUtrDV5Bf1U7/nCnivtE3dS bs9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ewW/eZpy761eVP3wBGRxm064BTZ6Zq4rio+p6M24o6o=; b=nNzFZKXfSMo9Amrg45IJahF9Rll6gaRiAfYFggBc1g8ZyTJV2y9spy0Q6BDT335pEZ vgMd3nOssU9ci6525eX2gsxYEavIFCRyWgGs/KABJtcIKscqDjtS6M6DWjPU70RqJgoz ddlWXdRKyMAZe4/5ShpprkzLb4Q+PO3VlAwVJChpjhtNI37iPplNAzN2osIvwIttGg3V ef2ZXax6Cpbi7r0XxJCzyw3aIGMH9j5rAdRdyINtqQ8SguUFMivzxmWJCH6S7taZZzMK PnIvDdDJeaC1CfBEo2NUDHVxUkQYAluiVItndvaQ5bfPV2AQO0Vmp02hXEMFx0Hk7hcA nyCw== X-Gm-Message-State: ALyK8tITXXC6kuHLq0gpY05/PzapwXa5Fo+xti+OCYrZnassFOiXoBEAxxB/o+PkJ4jcYw== X-Received: by 10.25.156.11 with SMTP id f11mr369419lfe.177.1467915272266; Thu, 07 Jul 2016 11:14:32 -0700 (PDT) Received: from localhost.localdomain ([178.90.205.186]) by smtp.gmail.com with ESMTPSA id l67sm7664130lfe.43.2016.07.07.11.14.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 07 Jul 2016 11:14:31 -0700 (PDT) From: Vadim Yanitskiy To: baseband-devel@lists.osmocom.org Subject: [PATCH] Makefile: add forgotten gsmmap to (dist)clean section Date: Fri, 8 Jul 2016 00:14:27 +0600 Message-Id: <20160707181427.721-1-axilirator@gmail.com> X-Mailer: git-send-email 2.9.0 X-BeenThere: baseband-devel@lists.osmocom.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: OsmocomBB - open source GSM baseband firmware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tnt@246tnt.com Errors-To: baseband-devel-bounces@lists.osmocom.org Sender: "baseband-devel" --- 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 $@