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:
committed by
Patrick Georgi
parent
f86baf3e90
commit
5c29daa150
@@ -13,7 +13,6 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <rules.h>
|
||||
#include <bootmode.h>
|
||||
#include <vendorcode/google/chromeos/chromeos.h>
|
||||
|
||||
|
@@ -15,7 +15,6 @@
|
||||
|
||||
#include <cbmem.h>
|
||||
#include <bootstate.h>
|
||||
#include <rules.h>
|
||||
#include <symbols.h>
|
||||
|
||||
void cbmem_run_init_hooks(int is_recovery)
|
||||
|
@@ -18,7 +18,6 @@
|
||||
#include <cbmem.h>
|
||||
#include <console/console.h>
|
||||
#include <imd.h>
|
||||
#include <rules.h>
|
||||
#include <stage_cache.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user