blob: 04469d0a92482432ee9654a58bbce8b5ccaf3125 [file] [log] [blame]
Teresa Remmeta6f8da52023-08-17 10:57:06 +02001# SPDX-License-Identifier: GPL-2.0+
2# Copyright (C) 2023 PHYTEC Messtechnik GmbH
3# Author: Teresa Remmet <t.remmet@phytec.de>
4
5ifdef CONFIG_SPL_BUILD
6# necessary to create built-in.o
7obj- := __dummy__.o
8endif
9
Daniel Schultz03e619d2024-05-21 23:18:25 -070010obj-y += phytec_som_detection.o phytec_som_detection_blocks.o
Wadim Egorovf3edaf22024-05-22 09:55:04 +020011obj-$(CONFIG_ARCH_K3) += am6_som_detection.o k3/
Yannic Moog54e70732024-01-15 10:31:41 +010012obj-$(CONFIG_ARCH_IMX8M) += imx8m_som_detection.o