From beb94267e5f369dbb25c4fef14b30b19fa3a766f Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 28 Oct 2016 09:54:02 -0500 Subject: [PATCH] UPSTREAM: soc/intel/skylake: put back uart_debug.c into verstage uart_debug.c was accidentally dropped in verstage in 64ce1d122c0464a4ef138fb7452a91b408b1a7c2 (https://review.coreboot.org/17136). Fix that. CQ-DEPEND=CL:404673 BUG=None BRANCH=None TEST=Compiles successfully Change-Id: If37a028550d419bada80d157c4de02fd82d26c89 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/17175 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) Reviewed-on: https://chromium-review.googlesource.com/404790 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh --- src/soc/intel/skylake/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/intel/skylake/Makefile.inc b/src/soc/intel/skylake/Makefile.inc index 1714572f0a..32eb708a97 100644 --- a/src/soc/intel/skylake/Makefile.inc +++ b/src/soc/intel/skylake/Makefile.inc @@ -30,6 +30,7 @@ bootblock-y += tsc_freq.c verstage-y += flash_controller.c verstage-y += monotonic_timer.c verstage-y += pch.c +verstage-$(CONFIG_UART_DEBUG) += uart_debug.c verstage-y += pmutil.c verstage-y += bootblock/i2c.c