aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r--src/soc/amd/common/block/uart/Makefile.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/soc/amd/common/block/uart/Makefile.inc b/src/soc/amd/common/block/uart/Makefile.inc
index 9d968455dd..664c520180 100644
--- a/src/soc/amd/common/block/uart/Makefile.inc
+++ b/src/soc/amd/common/block/uart/Makefile.inc
@@ -1,12 +1,6 @@
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_UART),y)
-bootblock-$(CONFIG_AMD_SOC_CONSOLE_UART) += uart_console.c
-
-romstage-$(CONFIG_AMD_SOC_CONSOLE_UART) += uart_console.c
-
-verstage_x86-$(CONFIG_AMD_SOC_CONSOLE_UART) += uart_console.c
-
-ramstage-$(CONFIG_AMD_SOC_CONSOLE_UART) += uart_console.c
+all-$(CONFIG_AMD_SOC_CONSOLE_UART) += uart_console.c
ifeq ($(CONFIG_DEBUG_SMI),y)
smm-$(CONFIG_AMD_SOC_CONSOLE_UART) += uart_console.c