summaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2024-07-18 23:30:23 +0200
committerFelix Held <felix-coreboot@felixheld.de>2024-07-24 00:28:59 +0000
commitdc8123a775e9732e13092f5bf6a4d623b4d97b0d (patch)
tree18bac85559279bcf8d1ac088a97b9ad04bfaa4e7 /src/northbridge
parent9b99eb5cf8c33ed40041629f1f2784cdf67057e7 (diff)
arch/x86/Makefile.mk: Remove obsolete romcc reference
No assembly.inc file is being generated by romcc anymore. The -I. was only used in a single place that can use the common -Isrc instead. Change-Id: I57a3a6e1c2cf7cf30fb0cd94cc8455f715050490 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83563 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/intel/sandybridge/mrc_wrapper.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/sandybridge/mrc_wrapper.S b/src/northbridge/intel/sandybridge/mrc_wrapper.S
index d68ce091a4..493f808413 100644
--- a/src/northbridge/intel/sandybridge/mrc_wrapper.S
+++ b/src/northbridge/intel/sandybridge/mrc_wrapper.S
@@ -32,6 +32,6 @@ mrc_wrapper:
* function do_putchar to print to console.
*/
-#include <src/cpu/x86/64bit/prot2long.inc>
+#include <cpu/x86/64bit/prot2long.inc>
prot2lm_wrapper do_putchar