summaryrefslogtreecommitdiffstats
path: root/board/compulab/cm_t335/Makefile
diff options
context:
space:
mode:
authorIlya Ledvich <ilya@compulab.co.il>2013-11-07 07:57:33 +0200
committerTom Rini <trini@ti.com>2013-12-04 08:10:41 -0500
commit54e7445de9367cde53ff3daa391fddd87e699113 (patch)
tree8cb408767fa38e872a8f41bcf0ee2db196af6b41 /board/compulab/cm_t335/Makefile
parent4c54419737ffbfadd605263d97a1357bb03c04e8 (diff)
downloadblackbird-obmc-uboot-54e7445de9367cde53ff3daa391fddd87e699113.tar.gz
blackbird-obmc-uboot-54e7445de9367cde53ff3daa391fddd87e699113.zip
cm_t335: add cm_t335 board support
Add cm_t335 board directory, config file. Enable build. Signed-off-by: Ilya Ledvich <ilya@compulab.co.il> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> [trini: Adapt Makefile] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/compulab/cm_t335/Makefile')
-rw-r--r--board/compulab/cm_t335/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/compulab/cm_t335/Makefile b/board/compulab/cm_t335/Makefile
new file mode 100644
index 0000000000..0e6e96e039
--- /dev/null
+++ b/board/compulab/cm_t335/Makefile
@@ -0,0 +1,10 @@
+#
+# Copyright (C) 2013 Compulab Ltd - http://compulab.co.il/
+#
+# Author: Ilya Ledvich <ilya@compulab.co.il>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += $(BOARD).o
+obj-$(CONFIG_SPL_BUILD) += mux.o spl.o
OpenPOWER on IntegriCloud