aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/uart/Makefile.inc
blob: 9d968455dd210a30c0a261a7121d5405e756f189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

ifeq ($(CONFIG_DEBUG_SMI),y)
smm-$(CONFIG_AMD_SOC_CONSOLE_UART) += uart_console.c
endif

endif # CONFIG_SOC_AMD_COMMON_BLOCK_UART