diff options
Diffstat (limited to 'board/st/stm32mp1/Makefile')
-rw-r--r-- | board/st/stm32mp1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/st/stm32mp1/Makefile b/board/st/stm32mp1/Makefile index 65560df2900..f2d720b67b3 100644 --- a/board/st/stm32mp1/Makefile +++ b/board/st/stm32mp1/Makefile @@ -8,3 +8,5 @@ obj-y += spl.o else obj-y += stm32mp1.o endif + +obj-$(CONFIG_DEBUG_UART_BOARD_INIT) += debug_uart.o |