From 6f9ed7a10dfb8763a13f09d65c7faa36b3bacd64 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 13 Jan 2021 02:09:58 +0100 Subject: soc/amd/common/block/uart/Makefile: use all target Change-Id: I5079decfae982d2222bb9a7f5155d51885d4d3a9 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/49374 Reviewed-by: Angel Pons Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/uart/Makefile.inc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/soc/amd/common/block/uart/Makefile.inc') 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 -- cgit v1.2.3