summaryrefslogtreecommitdiff
path: root/board/engicam/common/Makefile
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-05-07 00:13:12 +0300
committerStefano Babic <sbabic@denx.de>2017-05-18 12:23:31 +0300
commitd8de3c73266d70626a044360dcd592be3cbac5b7 (patch)
tree0afb6038df2f9da971ce546760eb48dc352e8181 /board/engicam/common/Makefile
parent534bf2cc4468ed7f213b7be8c40a9492d9673f37 (diff)
downloadu-boot-d8de3c73266d70626a044360dcd592be3cbac5b7.tar.xz
icorem6[_rqs]: Move the spl code common
SPL code for icorem6 and icorem6_rqs are same, so move them in common area. Cc: Stefano Babic <sbabic@denx.de> Cc: Matteo Lisi <matteo.lisi@engicam.com> Cc: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/engicam/common/Makefile')
-rw-r--r--board/engicam/common/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/engicam/common/Makefile b/board/engicam/common/Makefile
new file mode 100644
index 0000000000..11e7fee47d
--- /dev/null
+++ b/board/engicam/common/Makefile
@@ -0,0 +1,8 @@
+# Copyright (C) 2016 Amarula Solutions B.V.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+ifdef CONFIG_MX6QDL
+obj-$(CONFIG_SPL_BUILD) += spl.o
+endif