diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2019-11-20 12:36:48 -0600 |
---|---|---|
committer | Nicholas E Bofferding <bofferdn@us.ibm.com> | 2019-12-06 10:28:47 -0600 |
commit | c46f1ee5b8b9f7ea7e398f373f990b6e3440a257 (patch) | |
tree | 7b897db6a651ba8a1c4e4e0567fd8305eb929760 /src/usr/isteps/istep21 | |
parent | b28407123f5e5e834d658f994432ea77f8ba01d9 (diff) | |
download | talos-hostboot-c46f1ee5b8b9f7ea7e398f373f990b6e3440a257.tar.gz talos-hostboot-c46f1ee5b8b9f7ea7e398f373f990b6e3440a257.zip |
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 <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Zachary Clark <zach@ibm.com>
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com>
Reviewed-by: Nicholas E Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep21')
-rw-r--r-- | src/usr/isteps/istep21/call_host_runtime_setup.C | 1 | ||||
-rw-r--r-- | src/usr/isteps/istep21/call_host_start_payload.C | 1 | ||||
-rw-r--r-- | src/usr/isteps/istep21/call_update_ucd_flash.C | 1 | ||||
-rw-r--r-- | src/usr/isteps/istep21/freqAttrData.C | 3 |
4 files changed, 1 insertions, 5 deletions
diff --git a/src/usr/isteps/istep21/call_host_runtime_setup.C b/src/usr/isteps/istep21/call_host_runtime_setup.C index bc6a9d69e..5367d65bf 100644 --- a/src/usr/isteps/istep21/call_host_runtime_setup.C +++ b/src/usr/isteps/istep21/call_host_runtime_setup.C @@ -23,7 +23,6 @@ /* */ /* IBM_PROLOG_END_TAG */ -#include <config.h> #include <errl/errlentry.H> #include <errl/errlmanager.H> #include <initservice/isteps_trace.H> diff --git a/src/usr/isteps/istep21/call_host_start_payload.C b/src/usr/isteps/istep21/call_host_start_payload.C index 7491ae793..85bf3c9f5 100644 --- a/src/usr/isteps/istep21/call_host_start_payload.C +++ b/src/usr/isteps/istep21/call_host_start_payload.C @@ -54,7 +54,6 @@ #include <p9n2_quad_scom_addresses_fld.H> #include <p9_quad_scom_addresses.H> #include <ipmi/ipmiwatchdog.H> -#include <config.h> #include <errno.h> #include <p9_int_scom.H> #include <sbeio/sbeioif.H> diff --git a/src/usr/isteps/istep21/call_update_ucd_flash.C b/src/usr/isteps/istep21/call_update_ucd_flash.C index 46d843579..89032ddd3 100644 --- a/src/usr/isteps/istep21/call_update_ucd_flash.C +++ b/src/usr/isteps/istep21/call_update_ucd_flash.C @@ -30,7 +30,6 @@ #include <util/utilmclmgr.H> #include <errl/errlmanager.H> #include <hbotcompid.H> -#include <config.h> #include <initservice/isteps_trace.H> #include <isteps/ucd/updateUcdFlash.H> #include <secureboot/trustedbootif.H> diff --git a/src/usr/isteps/istep21/freqAttrData.C b/src/usr/isteps/istep21/freqAttrData.C index 9dc60bfff..ed8c7df4a 100644 --- a/src/usr/isteps/istep21/freqAttrData.C +++ b/src/usr/isteps/istep21/freqAttrData.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2018 */ +/* Contributors Listed Below - COPYRIGHT 2011,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -48,7 +48,6 @@ #include <sys/time.h>
#include <sys/vfs.h>
#include <arch/ppc.H>
-#include <config.h>
#include <mbox/ipc_msg_types.H>
#include <fapi2.H>
|