summaryrefslogtreecommitdiffstats
path: root/board/intel/galileo/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-02-02 22:35:28 +0800
committerSimon Glass <sjg@chromium.org>2015-02-06 12:07:41 -0700
commitafee3fb8c807e1ac9713ecb31d895008e3b5251a (patch)
tree5b282d9190037b2218fa7cb74c4ad3b1df94db4b /board/intel/galileo/Makefile
parent828d9af5eca7404ded18e0ede453f8040fd01f78 (diff)
downloadblackbird-obmc-uboot-afee3fb8c807e1ac9713ecb31d895008e3b5251a.tar.gz
blackbird-obmc-uboot-afee3fb8c807e1ac9713ecb31d895008e3b5251a.zip
x86: Add basic Intel Galileo board support
New board/intel/galileo board directory with minimum codes, plus board dts, defconfig and configuration files. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/intel/galileo/Makefile')
-rw-r--r--board/intel/galileo/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/intel/galileo/Makefile b/board/intel/galileo/Makefile
new file mode 100644
index 0000000000..8356df198c
--- /dev/null
+++ b/board/intel/galileo/Makefile
@@ -0,0 +1,7 @@
+#
+# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += galileo.o start.o
OpenPOWER on IntegriCloud