mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"' I failed to notice that b4 noticed it was based on next and so took that as the base commit and merged that part of next to master. This reverts commitc8ffd1356d, reversing changes made to2ee6f3a5f7. Reported-by: Jonas Karlman <jonas@kwiboo.se> Signed-off-by: Tom Rini <trini@konsulko.com>
13 lines
337 B
Makefile
13 lines
337 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright (C) 2023 PHYTEC Messtechnik GmbH
|
|
# Author: Teresa Remmet <t.remmet@phytec.de>
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
# necessary to create built-in.o
|
|
obj- := __dummy__.o
|
|
endif
|
|
|
|
obj-y += phytec_som_detection.o
|
|
obj-$(CONFIG_ARCH_K3) += am6_som_detection.o
|
|
obj-$(CONFIG_ARCH_IMX8M) += imx8m_som_detection.o
|