src: remove force-included header rules.h from individual files

The header file `rules.h` is automatically included in the build by the
top level makefile using the command:
`-include src/soc/intel/common/block/scs/early_mmc.c`.

Similar to `config.h` and 'kconfig.h`, this file does not need to be
included manually, so remove it.

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I23a1876b4b671d8565cf9b391d3babf800c074db
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67348
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Martin Roth 2022-09-05 10:39:21 -06:00 committed by Felix Held
parent c547996c7c
commit 7a9716bb45
9 changed files with 0 additions and 14 deletions

View File

@ -6,7 +6,6 @@
*/
#include <arch/asm.h>
#include <rules.h>
/*
* Dcache invalidations by set/way work by passing a [way:sbz:set:sbz:level:0]

View File

@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <rules.h>
/* We use ELF as output format. So that we can debug the code in some form. */
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_ARCH(arm)

View File

@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <rules.h>
/* We use ELF as output format. So that we can debug the code in some form. */
OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
OUTPUT_ARCH(aarch64)

View File

@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <rules.h>
/* We use ELF as output format. So that we can debug the code in some form. */
OUTPUT_ARCH(riscv)

View File

@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <rules.h>
/*
* This path is for stages that are post bootblock. The gdt is reloaded
* to accommodate platforms that are executing out of CAR. In order to

View File

@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <rules.h>
PHDRS
{
to_load PT_LOAD;

View File

@ -6,7 +6,6 @@
#include <commonlib/region.h>
#include <console/console.h>
#include <security/vboot/misc.h>
#include <rules.h>
/*
* This flag prevents linking hashing functions into stages where they're not required. We don't

View File

@ -7,7 +7,6 @@
#include <cpu/x86/msr.h>
#include <cpu/x86/mtrr.h>
#include <cpu/x86/post_code.h>
#include <rules.h>
#include <intelblocks/msr.h>
.section .init, "ax", @progbits

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <memlayout.h>
#include <rules.h>
#include <arch/header.ld>