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