1# SPDX-License-Identifier: GPL-2.0+ 2# Copyright (C) 2023 PHYTEC Messtechnik GmbH 3# Author: Teresa Remmet <t.remmet@phytec.de> 4 5ifdef CONFIG_XPL_BUILD 6# necessary to create built-in.a 7obj- := __dummy__.a 8endif 9 10obj-y += phytec_som_detection.o phytec_som_detection_blocks.o 11obj-$(CONFIG_ARCH_K3) += am6_som_detection.o k3/ 12obj-$(CONFIG_ARCH_IMX8M) += imx8m_som_detection.o 13obj-$(CONFIG_ARCH_IMX9) += imx93_som_detection.o 14