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:
parent
0ad97332e4
commit
6f9ed7a10d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue