blob: 35c817413066d0a6ab733d5e7c376f9ffc40869c [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
Yannic Moog54e70732024-01-15 10:31:41 +010010obj-y += phytec_som_detection.o
11obj-$(CONFIG_ARCH_IMX8M) += imx8m_som_detection.o