From 36b78852e22fbef1d03ae5929ac8b8453ba561ec Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 18 Jun 2015 22:02:24 -0700 Subject: superio: use common x86 code on x86-64 Change-Id: I2ddb5a8b183b21cbd3c3b22c537b815e86bd4738 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/10592 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/superio/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/superio') diff --git a/src/superio/Makefile.inc b/src/superio/Makefile.inc index de0908d19f..0c5445abbd 100644 --- a/src/superio/Makefile.inc +++ b/src/superio/Makefile.inc @@ -29,3 +29,4 @@ subdirs-y += via subdirs-y += winbond ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_32) += common/conf_mode.c +ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += common/conf_mode.c -- cgit v1.2.3