]> Git Repo - u-boot.git/blame - board/st/common/Makefile
global: Rename SPL_ to XPL_
[u-boot.git] / board / st / common / Makefile
CommitLineData
ba2c20ce
PD
1# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
2#
3# Copyright (C) 2020, STMicroelectronics - All Rights Reserved
4#
5
6obj-$(CONFIG_CMD_STBOARD) += cmd_stboard.o
918e9c3d 7obj-$(CONFIG_PMIC_STPMIC1) += stpmic1.o
939ba160
PD
8
9ifeq ($(CONFIG_ARCH_STM32MP),y)
ec2933e5 10obj-$(CONFIG_SET_DFU_ALT_INFO) += stm32mp_dfu.o
c46760d5 11obj-$(CONFIG_$(XPL_)DFU_VIRT) += stm32mp_dfu_virt.o
939ba160 12endif
03fb0384
PD
13
14obj-$(CONFIG_TYPEC_STUSB160X) += stusb160x.o
This page took 0.108066 seconds and 4 git commands to generate.