summaryrefslogtreecommitdiffstats
path: root/board/compulab/cm_t54/Makefile
diff options
context:
space:
mode:
authorDmitry Lifshitz <lifshitz@compulab.co.il>2014-05-19 12:50:54 +0300
committerTom Rini <trini@ti.com>2014-05-23 19:40:39 -0400
commit076446f106d0732f79456485be275ad2109306f4 (patch)
tree1958c01ebdccd5c251675a29c694f4337f93d6e7 /board/compulab/cm_t54/Makefile
parent21254713d30f4921543170c658a576ff3c2275a7 (diff)
downloadblackbird-obmc-uboot-076446f106d0732f79456485be275ad2109306f4.tar.gz
blackbird-obmc-uboot-076446f106d0732f79456485be275ad2109306f4.zip
cm-t54: add cm-t54 board support
Add cm-t54 board directory, config file. Enable build. Basic support includes: Serial console SD/MMC eMMC USB Ethernet Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'board/compulab/cm_t54/Makefile')
-rw-r--r--board/compulab/cm_t54/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/compulab/cm_t54/Makefile b/board/compulab/cm_t54/Makefile
new file mode 100644
index 0000000000..298ddd2d1d
--- /dev/null
+++ b/board/compulab/cm_t54/Makefile
@@ -0,0 +1,10 @@
+#
+# Copyright (C) 2014 Compulab Ltd - http://compulab.co.il/
+#
+# Author: Dmitry Lifshitz <lifshitz@compulab.co.il>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += cm_t54.o
+obj-$(CONFIG_SPL_BUILD) += mux.o spl.o
OpenPOWER on IntegriCloud