buildsystem: Promote rules.h to default include

Does not fix 3rdparty/, *.S or *.ld or yet.

Change-Id: I66b48013dd89540b35ab219d2b64bc13f5f19cda
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/17656
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Kyösti Mälkki
2016-11-30 14:53:24 +02:00
committed by Patrick Georgi
parent f86baf3e90
commit 5c29daa150
98 changed files with 1 additions and 97 deletions

View File

@@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
#include <rules.h>
#include <bootmode.h>
#include <vendorcode/google/chromeos/chromeos.h>

View File

@@ -15,7 +15,6 @@
#include <cbmem.h>
#include <bootstate.h>
#include <rules.h>
#include <symbols.h>
void cbmem_run_init_hooks(int is_recovery)

View File

@@ -18,7 +18,6 @@
#include <cbmem.h>
#include <console/console.h>
#include <imd.h>
#include <rules.h>
#include <stage_cache.h>
#include <string.h>

View File

@@ -18,7 +18,6 @@
#include <console/console.h>
#include <cbmem.h>
#include <imd.h>
#include <rules.h>
#include <string.h>
#include <stdlib.h>
#include <arch/early_variables.h>

View File

@@ -25,7 +25,6 @@
#include <reset.h>
#include <romstage_handoff.h>
#include <rmodule.h>
#include <rules.h>
#include <stage_cache.h>
#include <symbols.h>
#include <timestamp.h>

View File

@@ -18,7 +18,6 @@
#include <cbmem.h>
#include <console/console.h>
#include <romstage_handoff.h>
#include <rules.h>
struct romstage_handoff {
/* Indicate if the current boot is an S3 resume. If

View File

@@ -23,7 +23,6 @@
#include <timer.h>
#include <timestamp.h>
#include <arch/early_variables.h>
#include <rules.h>
#include <smp/node.h>
#define MAX_TIMESTAMPS 192