abc941914ad58a4ba21cc88eeb7eafd55456fcd2
[platform/kernel/u-boot.git] / board / barco / platinum / Makefile
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