diff options
Diffstat (limited to 'board/st/common/Makefile')
-rw-r--r-- | board/st/common/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/st/common/Makefile b/board/st/common/Makefile index 012bfbbe8e..65bbebd6ab 100644 --- a/board/st/common/Makefile +++ b/board/st/common/Makefile @@ -10,3 +10,5 @@ ifeq ($(CONFIG_ARCH_STM32MP),y) obj-$(CONFIG_SYS_MTDPARTS_RUNTIME) += stm32mp_mtdparts.o obj-$(CONFIG_SET_DFU_ALT_INFO) += stm32mp_dfu.o endif + +obj-$(CONFIG_TYPEC_STUSB160X) += stusb160x.o |