aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/uart/Makefile.inc
blob: 664c520180918bbbe7015c399ecc44ec394856fd (plain)
1
2
3
4
5
6
7
8
9
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_UART),y)

all-$(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