diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-11-30 14:53:24 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-16 11:51:07 +0000 |
commit | 5c29daa150c5ba0a8acbdec90013f6526ac8d1f7 (patch) | |
tree | bc8db9ff7e752d2532531bbd6dad8c8713841f39 /src/cpu/x86 | |
parent | f86baf3e903ddd81369b9ef7605fb5463498cbff (diff) |
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>
Diffstat (limited to 'src/cpu/x86')
-rw-r--r-- | src/cpu/x86/32bit/entry32.inc | 1 | ||||
-rw-r--r-- | src/cpu/x86/pae/pgtbl.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/x86/32bit/entry32.inc b/src/cpu/x86/32bit/entry32.inc index ae7cc019d9..837bccf87a 100644 --- a/src/cpu/x86/32bit/entry32.inc +++ b/src/cpu/x86/32bit/entry32.inc @@ -15,7 +15,6 @@ #include <arch/rom_segs.h> #include <cpu/x86/post_code.h> -#include <rules.h> #include <arch/x86/gdt_init.S> .code32 diff --git a/src/cpu/x86/pae/pgtbl.c b/src/cpu/x86/pae/pgtbl.c index 2cc9ba629f..278d50f833 100644 --- a/src/cpu/x86/pae/pgtbl.c +++ b/src/cpu/x86/pae/pgtbl.c @@ -20,7 +20,6 @@ #include <cpu/x86/cr.h> #include <cpu/x86/msr.h> #include <cpu/x86/pae.h> -#include <rules.h> #include <string.h> #include <symbols.h> |