blob: abc941914ad58a4ba21cc88eeb7eafd55456fcd2 [file] [log] [blame]
Stefan Roese5d6050f2014-12-10 10:15:23 +01001#
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