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