summaryrefslogtreecommitdiff
path: root/board/glados/build.mk
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2015-05-01 10:45:48 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-12 02:50:16 +0000
commit3a36c29e6756231f2fb1fdd26447d519cbd5b26a (patch)
tree755259729196337d469bfef0d0a4ff16fc809276 /board/glados/build.mk
parenta394302e4aef0349c30cbccf6b4623bcb3dda5bf (diff)
downloadchrome-ec-3a36c29e6756231f2fb1fdd26447d519cbd5b26a.tar.gz
glados: Initial mainboard commitstabilize-7060.B
BUG=chrome-os-partner:39510 TEST=Compile Only BRANCH=None Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Change-Id: If470b00fec56db0884dbd4c9974140951fc214fd Reviewed-on: https://chromium-review.googlesource.com/268780 Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'board/glados/build.mk')
-rw-r--r--board/glados/build.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/glados/build.mk b/board/glados/build.mk
new file mode 100644
index 0000000000..51dfe75e15
--- /dev/null
+++ b/board/glados/build.mk
@@ -0,0 +1,14 @@
+# -*- makefile -*-
+# Copyright 2015 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# Board specific files build
+#
+
+# the IC is SMSC MEC1322 / external SPI is 512KB / external clock is crystal
+CHIP:=mec1322
+CHIP_SPI_SIZE_KB:=512
+
+board-y=board.o led.o
+board-$(CONFIG_BATTERY_SMART)+=battery.o