summaryrefslogtreecommitdiff
path: root/board/reef_it8320/build.mk
diff options
context:
space:
mode:
authorDino Li <Dino.Li@ite.com.tw>2017-05-11 09:53:25 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-05-17 19:06:25 -0700
commit120ce3eaa054bcdb3f2c33a0e11a6a821fea67ce (patch)
tree9babee3975f681fc2d3ddef892d9f96cde40c8d4 /board/reef_it8320/build.mk
parent8b4ac6f7041af0af1e9ae6e555e508f0b39918b8 (diff)
downloadchrome-ec-120ce3eaa054bcdb3f2c33a0e11a6a821fea67ce.tar.gz
board: reef_it8320: copy board/reef
copy board/reef and modified for 'pre-upload.py'. BRANCH=none BUG=none TEST=build all. Change-Id: I76618610f443c7d4bb1b7b507c71f3d74d639667 Signed-off-by: Dino Li <Dino.Li@ite.com.tw> Reviewed-on: https://chromium-review.googlesource.com/501607 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'board/reef_it8320/build.mk')
-rw-r--r--board/reef_it8320/build.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/reef_it8320/build.mk b/board/reef_it8320/build.mk
new file mode 100644
index 0000000000..728d027803
--- /dev/null
+++ b/board/reef_it8320/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 led.o
+board-$(CONFIG_BATTERY_SMART)+=battery.o
+board-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o