xref: /rk3399_rockchip-uboot/board/barco/platinum/Makefile (revision e1cc4d31f889428a4ca73120951389c756404184)
1*5d6050fdSStefan Roese#
2*5d6050fdSStefan Roese# Copyright (C) 2014, Barco (www.barco.com)
3*5d6050fdSStefan Roese#
4*5d6050fdSStefan Roese# SPDX-License-Identifier:	GPL-2.0+
5*5d6050fdSStefan Roese#
6*5d6050fdSStefan Roese
7*5d6050fdSStefan Roeseobj-y := platinum.o
8*5d6050fdSStefan Roeseobj-$(CONFIG_TARGET_PLATINUM_PICON)     += platinum_picon.o
9*5d6050fdSStefan Roeseobj-$(CONFIG_TARGET_PLATINUM_TITANIUM)  += platinum_titanium.o
10*5d6050fdSStefan Roese
11*5d6050fdSStefan Roeseifneq ($(CONFIG_SPL_BUILD),)
12*5d6050fdSStefan Roeseobj-$(CONFIG_TARGET_PLATINUM_PICON) += spl_picon.o
13*5d6050fdSStefan Roeseobj-$(CONFIG_TARGET_PLATINUM_TITANIUM) += spl_titanium.o
14*5d6050fdSStefan Roeseendif
15