[sherlock] 6.20211109.1.3166240 u-boot source

GitOrigin-RevId: 5c5d666cb65847044c1b1544965dc52ad5750e84
Change-Id: I5a29bbd4182be2242ada9c0cdb0407d0d42d971a
Reviewed-on: https://turquoise-internal-review.googlesource.com/c/third_party/u-boot/+/545782
Reviewed-by: Yecheng Zhao <zyecheng@google.com>
diff --git a/board/barco/platinum/Makefile b/board/barco/platinum/Makefile
new file mode 100644
index 0000000..1e1bf10
--- /dev/null
+++ b/board/barco/platinum/Makefile
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Copyright (C) 2014, Barco (www.barco.com)
+
+obj-y := platinum.o
+obj-$(CONFIG_TARGET_PLATINUM_PICON)     += platinum_picon.o
+obj-$(CONFIG_TARGET_PLATINUM_TITANIUM)  += platinum_titanium.o
+
+ifneq ($(CONFIG_SPL_BUILD),)
+obj-$(CONFIG_TARGET_PLATINUM_PICON) += spl_picon.o
+obj-$(CONFIG_TARGET_PLATINUM_TITANIUM) += spl_titanium.o
+endif