Fuchsia firmware team | 46a8da2 | 2021-12-15 10:56:53 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | # | ||||
3 | # Copyright (C) 2014, Barco (www.barco.com) | ||||
4 | |||||
5 | obj-y := platinum.o | ||||
6 | obj-$(CONFIG_TARGET_PLATINUM_PICON) += platinum_picon.o | ||||
7 | obj-$(CONFIG_TARGET_PLATINUM_TITANIUM) += platinum_titanium.o | ||||
8 | |||||
9 | ifneq ($(CONFIG_SPL_BUILD),) | ||||
10 | obj-$(CONFIG_TARGET_PLATINUM_PICON) += spl_picon.o | ||||
11 | obj-$(CONFIG_TARGET_PLATINUM_TITANIUM) += spl_titanium.o | ||||
12 | endif |