soc/amd/common/block/uart/Makefile: use all target

Change-Id: I5079decfae982d2222bb9a7f5155d51885d4d3a9
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49374
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2021-01-13 02:09:58 +01:00
parent 0ad97332e4
commit 6f9ed7a10d
1 changed files with 1 additions and 7 deletions

View File

@ -1,12 +1,6 @@
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_UART),y) ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_UART),y)
bootblock-$(CONFIG_AMD_SOC_CONSOLE_UART) += uart_console.c all-$(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
ifeq ($(CONFIG_DEBUG_SMI),y) ifeq ($(CONFIG_DEBUG_SMI),y)
smm-$(CONFIG_AMD_SOC_CONSOLE_UART) += uart_console.c smm-$(CONFIG_AMD_SOC_CONSOLE_UART) += uart_console.c