summaryrefslogtreecommitdiff
path: root/board/st/common/Makefile
blob: 4bb8b498675d55f51433e950ceffc8bf2a0e2f9e (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
#
# Copyright (C) 2020, STMicroelectronics - All Rights Reserved
#

obj-$(CONFIG_CMD_STBOARD) += cmd_stboard.o

ifeq ($(CONFIG_ARCH_STM32MP),y)
obj-$(CONFIG_SYS_MTDPARTS_RUNTIME) += stm32mp_mtdparts.o
endif