summaryrefslogtreecommitdiff
path: root/board/reef/build.mk
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@chromium.org>2016-04-08 13:55:58 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-05-20 17:08:34 -0700
commitb14f89cfdbf403af08f27472ac2d3ba355c85490 (patch)
treedb48c77ddd285907224a7946b934da3a43845bbd /board/reef/build.mk
parent5219d2f86b151ca942673e88ad58d2bbacae1c46 (diff)
downloadchrome-ec-b14f89cfdbf403af08f27472ac2d3ba355c85490.tar.gz
reef: Initial commit
This adds the basic framework for Reef including full GPIO listing, board config file, and rudimentary functionality. It has not been fully tested and still has several TODOs/FIXMEs. For now we just need something that will build and can be incrementally improved. BUG=chrome-os-partner:53035 BRANCH=none TEST=EC and AP both boot, seems reasonably stable for now Change-Id: I4934ad00917e251dd1d7eb759207a92c45a36136 Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/339292 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'board/reef/build.mk')
-rw-r--r--board/reef/build.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/reef/build.mk b/board/reef/build.mk
new file mode 100644
index 0000000000..d7db8dd66d
--- /dev/null
+++ b/board/reef/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
+#
+
+CHIP:=npcx
+CHIP_VARIANT:=npcx5m6g
+
+board-y=board.o
+board-$(CONFIG_BATTERY_SMART)+=battery.o
+board-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o