summaryrefslogtreecommitdiff
path: root/board/liebherr/xea/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/liebherr/xea/Makefile')
-rw-r--r--board/liebherr/xea/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/liebherr/xea/Makefile b/board/liebherr/xea/Makefile
new file mode 100644
index 0000000000..abf500857f
--- /dev/null
+++ b/board/liebherr/xea/Makefile
@@ -0,0 +1,12 @@
+#
+# (C) Copyright 2019
+# Lukasz Majewski, DENX Software Engineering, lukma@denx.de.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y := xea.o
+
+ifdef CONFIG_SPL_BUILD
+obj-y += spl_xea.o
+endif