1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Copyright (C) 2014, Barco (www.barco.com) 4 5obj-y := platinum.o 6obj-$(CONFIG_TARGET_PLATINUM_PICON) += platinum_picon.o 7obj-$(CONFIG_TARGET_PLATINUM_TITANIUM) += platinum_titanium.o 8 9ifneq ($(CONFIG_SPL_BUILD),) 10obj-$(CONFIG_TARGET_PLATINUM_PICON) += spl_picon.o 11obj-$(CONFIG_TARGET_PLATINUM_TITANIUM) += spl_titanium.o 12endif 13