From patchwork Wed Dec 6 03:48:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Craig Comstock X-Patchwork-Id: 845023 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=lists.osmocom.org (client-ip=144.76.43.76; helo=lists.osmocom.org; envelope-from=baseband-devel-bounces@lists.osmocom.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=unreasonablefarm.org header.i=@unreasonablefarm.org header.b="QBEQPmXc"; dkim-atps=neutral Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by ozlabs.org (Postfix) with ESMTP id 3ys4Pk3sKdz9sNx for ; Wed, 6 Dec 2017 14:50:00 +1100 (AEDT) Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by lists.osmocom.org (Postfix) with ESMTP id DCDAA4262C; Wed, 6 Dec 2017 03:48:54 +0000 (UTC) Authentication-Results: lists.osmocom.org; dmarc=none header.from=unreasonablefarm.org Authentication-Results: lists.osmocom.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=unreasonablefarm.org header.i=@unreasonablefarm.org header.b=QBEQPmXc X-Original-To: baseband-devel@lists.osmocom.org Delivered-To: baseband-devel@lists.osmocom.org Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=69.175.100.130; helo=army.rockhost.com; envelope-from=craig@unreasonablefarm.org; receiver=baseband-devel@lists.osmocom.org Authentication-Results: lists.osmocom.org; dmarc=none header.from=unreasonablefarm.org Received: from army.rockhost.com (army.rockhost.com [69.175.100.130]) by lists.osmocom.org (Postfix) with ESMTP id A9E624261C for ; Wed, 6 Dec 2017 03:48:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=unreasonablefarm.org; s=default; h=Content-Type:MIME-Version:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=kuF1sJq92AII0yqThFmJog906cBEmCGZtVFWx6bI/+I=; b=QBEQPmXc3WfzR7/NYxdi5r3J01 Rm93wzWMb1i+aewMngSgoQcOM+9kELfCUb1fJGewkeOWXoqYqKB4pJOeetnzH8axtDpjX/gj+ZenO Memt0DNftlDTxd+FyBz4+DJVZxynW1+B+KUpWJ97oKtJkCa7AbZ4YhijbuOkaU8fch7ex8LmeOUhF QpyKVIFlPRm63Gw3+a6nhKBhJkt3dusHiM8prKfJwI+HJNnSTZE2b1nQyWwPOSN5e2J2VIIQloDhj 1J31ArcmHMeREl/GDpCGmI4/VkAEpJw1FXebr01Dgl6xjgycPI3P8wKxIC9fVgVxbjUacD/aDPGa0 ikRuJOhw==; Received: from 24-124-49-196-dynamic.midco.net ([24.124.49.196]:49952 helo=localhost.localdomain) by army.rockhost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1eMQhO-0007dk-Rr for baseband-devel@lists.osmocom.org; Tue, 05 Dec 2017 21:48:42 -0600 Date: Tue, 5 Dec 2017 21:48:43 -0600 From: Craig Comstock To: baseband-devel@lists.osmocom.org Subject: [PATCH] mtk: fix firmware makefile to work with current osmocom-bb makefile system Message-ID: <20171206034843.GA27384@localhost.localdomain> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - army.rockhost.com X-AntiAbuse: Original Domain - lists.osmocom.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - unreasonablefarm.org X-Get-Message-Sender-Via: army.rockhost.com: authenticated_id: craig@unreasonablefarm.org X-Authenticated-Sender: army.rockhost.com: craig@unreasonablefarm.org X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: baseband-devel@lists.osmocom.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: OsmocomBB - open source GSM baseband firmware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: baseband-devel-bounces@lists.osmocom.org Sender: "baseband-devel" --- src/target/firmware/Makefile.mtk | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/target/firmware/Makefile.mtk b/src/target/firmware/Makefile.mtk index 30fa2fcf..927e31a0 100644 --- a/src/target/firmware/Makefile.mtk +++ b/src/target/firmware/Makefile.mtk @@ -4,14 +4,16 @@ BOARDS?=mt62xx # List of all applications (meant to be overridden on command line) APPLICATIONS?=loader_mtk -mtkram_LDS=board/mediatek/ram.lds -mtkram_OBJS=board/mediatek/start.ram.o +APP_loader_mtk_ENVIRONMENTS=mtkram + +ENV_mtkram_LDS=board/mediatek/ram.lds +ENV_mtkram_OBJS=board/mediatek/start.ram.o mtk_COMMON_OBJS=board/mediatek/uart.o # Mediatek MT62xx -mt62xx_OBJS=$(mtk_COMMON_OBJS) board/mt62xx/init.o -mt62xx_ENVIRONMENTS=mtkram +BOARD_mt62xx_OBJS=$(mtk_COMMON_OBJS) board/mt62xx/init.o +BOARD_mt62xx_ENVIRONMENTS=mtkram # Global include path INCLUDES=-Iinclude/ -I../../../include -I../../shared/libosmocore/include