1 2 3 4 5 6 7 8 9
# SPDX-License-Identifier: GPL-2.0+ # (C) Copyright 2023 Kontron Electronics GmbH obj-y := osm-s-mx93.o ifdef CONFIG_SPL_BUILD obj-y += spl.o obj-y += lpddr4x_timing.o endif