board: st: move type-c stusb1600 controller code in a driver
[platform/kernel/u-boot.git] / board / st / common / Makefile
1 # SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
2 #
3 # Copyright (C) 2020, STMicroelectronics - All Rights Reserved
4 #
5
6 obj-$(CONFIG_CMD_STBOARD) += cmd_stboard.o
7 obj-$(CONFIG_PMIC_STPMIC1) += stpmic1.o
8
9 ifeq ($(CONFIG_ARCH_STM32MP),y)
10 obj-$(CONFIG_SYS_MTDPARTS_RUNTIME) += stm32mp_mtdparts.o
11 obj-$(CONFIG_SET_DFU_ALT_INFO) += stm32mp_dfu.o
12 endif
13
14 obj-$(CONFIG_TYPEC_STUSB160X) += stusb160x.o