superio: use common x86 code on x86-64

Change-Id: I2ddb5a8b183b21cbd3c3b22c537b815e86bd4738
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/10592
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
Stefan Reinauer 2015-06-18 22:02:24 -07:00
parent 1e2500e948
commit 36b78852e2
1 changed files with 1 additions and 0 deletions

View File

@ -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