blob: 1e1bf101a8b02fd418238fbf4dfd05a6eddb8e9e [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Stefan Roese7f2b1ec2014-12-10 10:15:23 +01002#
3# Copyright (C) 2014, Barco (www.barco.com)
Stefan Roese7f2b1ec2014-12-10 10:15:23 +01004
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