blob: cd78f7686fea49cbc51082da2623c4b979fcd6a7 [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
Simon Glass49c24a82024-09-29 19:49:47 -06005ifdef CONFIG_XPL_BUILD
Teresa Remmeta6f8da52023-08-17 10:57:06 +02006# 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