summaryrefslogtreecommitdiff
path: root/board/siemens/draco/Makefile
diff options
context:
space:
mode:
authorEgli, Samuel <samuel.egli@siemens.com>2014-05-05 16:50:43 +0200
committerTom Rini <trini@ti.com>2014-05-13 19:43:00 -0400
commit820969f370ac9e0a6cb672ea54a62163bf1d88a3 (patch)
tree9ae5b57fd41beb5d07572b7a350a9157f18bcc49 /board/siemens/draco/Makefile
parent4fa2427c5d8e36df5a6a2ce020c5166ec0da6bd8 (diff)
downloadu-boot-imx-820969f370ac9e0a6cb672ea54a62163bf1d88a3.zip
u-boot-imx-820969f370ac9e0a6cb672ea54a62163bf1d88a3.tar.gz
u-boot-imx-820969f370ac9e0a6cb672ea54a62163bf1d88a3.tar.bz2
siemens:cosmetic, dxr2: rename dxr2 to draco
The actual board name is draco and dxr2 is the target name. In the future we'll have different targets based on draco board. All changes are purely non-functional and basically rename dxr2 to draco. One style fix in board.c that existed already before. Signed-off-by: Samuel Egli <samuel.egli@siemens.com> Reviewed-by: Roger Meier <r.meier@siemens.com> Cc: Heiko Schocher <hs@denx.de> Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/siemens/draco/Makefile')
-rw-r--r--board/siemens/draco/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/board/siemens/draco/Makefile b/board/siemens/draco/Makefile
new file mode 100644
index 0000000..f159932
--- /dev/null
+++ b/board/siemens/draco/Makefile
@@ -0,0 +1,21 @@
+#
+# Makefile
+#
+# (C) Copyright 2013 Siemens Schweiz AG
+# (C) Heiko Schocher, DENX Software Engineering, hs@denx.de.
+#
+# Based on:
+# u-boot:/board/ti/am335x/Makefile
+# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+ifdef CONFIG_SPL_BUILD
+obj-y := mux.o
+endif
+
+obj-y += board.o
+ifndef CONFIG_SPL_BUILD
+obj-y += ../common/factoryset.o
+endif