From patchwork Thu Jul 7 18:55:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vadim Yanitskiy X-Patchwork-Id: 646123 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 3rln0G3fcjz9sxR for ; Fri, 8 Jul 2016 04:56:30 +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=W6mw9AC9; dkim-atps=neutral Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by lists.osmocom.org (Postfix) with ESMTP id 90F924B54; Thu, 7 Jul 2016 18:55:42 +0000 (UTC) X-Original-To: baseband-devel@lists.osmocom.org Delivered-To: baseband-devel@lists.osmocom.org Received: from mail-lf0-x241.google.com (mail-lf0-x241.google.com [IPv6:2a00:1450:4010:c07::241]) by lists.osmocom.org (Postfix) with ESMTP id C47B54B46 for ; Thu, 7 Jul 2016 18:55:40 +0000 (UTC) Received: by mail-lf0-x241.google.com with SMTP id l188so2156206lfe.0 for ; Thu, 07 Jul 2016 11:55:40 -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:in-reply-to:references; bh=6wnSVtYlnYi37vn4/f3hRi6UQJ2dJ+Ju04O08F9Yo7A=; b=W6mw9AC9DfJeqOoGus73+Gc4HhTK1CrH+INTVoGFfXH/dC+3hJldx9uDdYG53R7dka 9nGXCrv/8/ZZRJEqyyGSffyOmRTCXY1tYs1/JBD9taB012gBA+k2t6Mwv67Iey96CLOk 51xUop7BGblfy5i7qwoLDyr+ZAGP+Ipl/94RD3p+T8JnJwhEH2MNpQrtbdTaumn2FSVg 9rKylcPkz2NgQHLntynVWkGI16c2G4YIM9G9589EBJS+vJFeJy0cudhEIzCCSYmE5vDB 8moU1kGaotfoSWWPG8uk/16R7Y2ZaacQL9EjZ3dWRoWyctkEbozpq9I4+JDivyrKwdxi hy5g== 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:in-reply-to :references; bh=6wnSVtYlnYi37vn4/f3hRi6UQJ2dJ+Ju04O08F9Yo7A=; b=lTAtgTOwfUgBFe1rj9OT9q9wPwmp6ee5TI51x9+C0RjxMTwg7t9C0TWqlKxJv4G8Ff EPi3j5Dt7M/P+5BvwnHZd8JtXpLuhEiUnHGDocFl3XsFeDxivsssei4O4ICHvy158CD+ hmVl6sq7CcVuvt20B0mPz7NrFHminr8jTUP4hKKdmKGgTSV5lIH61KfOcxl9ruFi5dRH n3ct3RHV7FTVJ82++6unHA1wsauyIGyz5lvzIV8zOogw1pRdIiMY0DJEyUEj5POP38v7 S6YFew5YHO2F9RJ2tgGcS9IOuAmaW503lrQVA5s1bldvCYs/IfTXCmR7Jd7qOm0OyrNo aKmg== X-Gm-Message-State: ALyK8tJdnoXb5mJ+WnmyA50r4yiH/xC8tuNB8i6yZogaEkC/FTZDkjYxM8yzq5HgYlizbQ== X-Received: by 10.25.170.200 with SMTP id t191mr401112lfe.17.1467917740260; Thu, 07 Jul 2016 11:55:40 -0700 (PDT) Received: from localhost.localdomain ([178.90.205.186]) by smtp.gmail.com with ESMTPSA id 70sm7546947lfp.34.2016.07.07.11.55.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 07 Jul 2016 11:55:39 -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:55:34 +0600 Message-Id: <20160707185534.2915-1-axilirator@gmail.com> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20160707181427.721-1-axilirator@gmail.com> References: <20160707181427.721-1-axilirator@gmail.com> 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 a145880..00231a6 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 $@