From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) Received: from mga06.intel.com (mga06.intel.com []) by groups.io with SMTP; Wed, 07 Aug 2019 23:25:08 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 23:25:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="177216785" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga003.jf.intel.com with ESMTP; 07 Aug 2019 23:25:07 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng Subject: [PATCH 3/3] IntelFsp2Pkg/FspSecCore: Add missing header file in INF file Date: Thu, 8 Aug 2019 14:24:56 +0800 Message-Id: <20190808062456.6116-4-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20190808062456.6116-1-shenglei.zhang@intel.com> References: <20190808062456.6116-1-shenglei.zhang@intel.com> SecFsp.h is used but missing inf file, which will cause generating warning message. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Shenglei Zhang --- IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf b/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf index 3de09b5b4921..86d3d31d3269 100644 --- a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf +++ b/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf @@ -22,6 +22,7 @@ [Defines] [Sources] SecFspApiChk.c + SecFsp.h [Sources.IA32] Ia32/Stack.nasm -- 2.18.0.windows.1