From c46f1ee5b8b9f7ea7e398f373f990b6e3440a257 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Wed, 20 Nov 2019 12:36:48 -0600 Subject: Automatically include config.h Rather than having to remember to include config.h anywhere we reference a CONFIG variable (and usually forgetting), this adds it to the default compiler flags so that it gets included in every source file we build. Change-Id: I53622ab4d46c55d942e98cae6ec03049fd5b3d08 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/87475 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Zachary Clark Reviewed-by: Roland Veloz Reviewed-by: Christian R Geddes Reviewed-by: Nicholas E Bofferding --- src/include/usr/secureboot/drtm.H | 3 +-- src/include/usr/secureboot/nodecommif.H | 3 +-- src/include/usr/secureboot/service.H | 3 +-- src/include/usr/secureboot/trustedbootif.H | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) (limited to 'src/include/usr/secureboot') diff --git a/src/include/usr/secureboot/drtm.H b/src/include/usr/secureboot/drtm.H index e061502ae..345407f81 100644 --- a/src/include/usr/secureboot/drtm.H +++ b/src/include/usr/secureboot/drtm.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2017 */ +/* Contributors Listed Below - COPYRIGHT 2013,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -27,7 +27,6 @@ #define __SECUREBOOT_DRTM_H #include -#include #include #include #include diff --git a/src/include/usr/secureboot/nodecommif.H b/src/include/usr/secureboot/nodecommif.H index cd445d7c9..9dec0605c 100644 --- a/src/include/usr/secureboot/nodecommif.H +++ b/src/include/usr/secureboot/nodecommif.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2018 */ +/* Contributors Listed Below - COPYRIGHT 2018,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -26,7 +26,6 @@ #define __NODECOMMIF_H #include -#include #include namespace SECUREBOOT diff --git a/src/include/usr/secureboot/service.H b/src/include/usr/secureboot/service.H index bb6ea1516..2a01cdd6b 100644 --- a/src/include/usr/secureboot/service.H +++ b/src/include/usr/secureboot/service.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2018 */ +/* Contributors Listed Below - COPYRIGHT 2013,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -26,7 +26,6 @@ #define __SECUREBOOT_SERVICE_H #include -#include #include #include #include diff --git a/src/include/usr/secureboot/trustedbootif.H b/src/include/usr/secureboot/trustedbootif.H index 66d44852e..16da54c03 100644 --- a/src/include/usr/secureboot/trustedbootif.H +++ b/src/include/usr/secureboot/trustedbootif.H @@ -41,7 +41,6 @@ #include #include #include -#include namespace TRUSTEDBOOT { -- cgit v1.2.3