From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 3782EAC16E1 for ; Tue, 23 Jan 2024 15:31:18 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=dYW4oZX8jBi3/P64KNMN+f2H82CvrRarbKI6bKZrA6M=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Feedback-ID:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1706023877; v=1; b=tROywTIqG2iIyIETdZuvelaqJbQIczAaqNVQph9q13ECig2XNKARIEN6kx9nCW4+BkEjIMpm y04XEU1lfxGu8m9wdbUL8Ny/baVHoAc+i91IpCYO8uQfSF3BhWwaKy5882oLHDWzGmAxvgj2eZt YkjWGWbwo4onnghaJsjsPijw= X-Received: by 127.0.0.2 with SMTP id hJkeYY7687511xTMAPHBIip8; Tue, 23 Jan 2024 07:31:17 -0800 X-Received: from a7-17.smtp-out.eu-west-1.amazonses.com (a7-17.smtp-out.eu-west-1.amazonses.com [54.240.7.17]) by mx.groups.io with SMTP id smtpd.web10.15398.1706023876773339566 for ; Tue, 23 Jan 2024 07:31:17 -0800 From: "Michael Brown" To: devel@edk2.groups.io Cc: Ray Ni , Gerd Hoffmann , Laszlo Ersek , Michael Brown Subject: [edk2-devel] [PATCH v3 2/5] MdeModulePkg: Add missing Iret.h to NestedInterruptTplLib sources list Date: Tue, 23 Jan 2024 15:31:14 +0000 Message-ID: <0102018d36f27061-9948b38b-b1b4-4f4d-8a57-53037df80843-000000@eu-west-1.amazonses.com> In-Reply-To: <20240123153104.2451759-1-mcb30@ipxe.org> References: <17ACFF3FDD20CD9A.13754@groups.io> <20240123153104.2451759-1-mcb30@ipxe.org> MIME-Version: 1.0 X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_DBL_BLOCKED_OPENDNS,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on blyat.fensystems.co.uk Feedback-ID: 1.eu-west-1.fspj4M/5bzJ9NLRzJP0PaxRwxrpZqiDQJ1IF94CF2TA=:AmazonSES X-SES-Outgoing: 2024.01.23-54.240.7.17 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mcb30@ipxe.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: JxWnvU9EiSnZCQb8pspXulqIx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=tROywTIq; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Allow build system to detect changes to Iret.h. Suggested-by: Ray Ni Reviewed-by: Laszlo Ersek Signed-off-by: Michael Brown --- .../Library/NestedInterruptTplLib/NestedInterruptTplLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Library/NestedInterruptTplLib/NestedInterruptTplLib.inf b/MdeModulePkg/Library/NestedInterruptTplLib/NestedInterruptTplLib.inf index 1e03e1364e0f..f130d6dcd213 100644 --- a/MdeModulePkg/Library/NestedInterruptTplLib/NestedInterruptTplLib.inf +++ b/MdeModulePkg/Library/NestedInterruptTplLib/NestedInterruptTplLib.inf @@ -20,6 +20,7 @@ [Defines] [Sources] Tpl.c + Iret.h Iret.c [Packages] -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114208): https://edk2.groups.io/g/devel/message/114208 Mute This Topic: https://groups.io/mt/103911605/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-