aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82371eb/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-12 12:05:38 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-25 09:18:22 +0000
commit1fa240a3c5d2a6e8cd63eff24f227abc3333753b (patch)
tree19b26ef5f947bc4d82461b20ec263d4feabbc1c9 /src/southbridge/intel/i82371eb/Makefile.inc
parentdf0c731e688f55caf61fa721d32f1725e241aca5 (diff)
cpu/intel/slot_1: Move to C_ENVIRONMENT_BOOTBLOCK
Console is not yet enabled in bootblock. This will be done in a different CL. Change-Id: Ic751d42a1969fb79fb50366f766d8796846a0bc4 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36774 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/southbridge/intel/i82371eb/Makefile.inc')
-rw-r--r--src/southbridge/intel/i82371eb/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82371eb/Makefile.inc b/src/southbridge/intel/i82371eb/Makefile.inc
index 131010fc3d..390fd9783e 100644
--- a/src/southbridge/intel/i82371eb/Makefile.inc
+++ b/src/southbridge/intel/i82371eb/Makefile.inc
@@ -16,6 +16,8 @@
ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_I82371EB),y)
+bootblock-y += bootblock.c
+
ramstage-y += i82371eb.c
ramstage-y += isa.c
ramstage-y += ide.c