summaryrefslogtreecommitdiff
path: root/board/puff/build.mk
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2019-10-29 00:21:21 +1100
committerCommit Bot <commit-bot@chromium.org>2019-10-29 22:00:56 +0000
commit934a5dff33234e01f856117d86e065effd285c92 (patch)
treee645d25b609782f585bee4a01148ce6cc7b619f7 /board/puff/build.mk
parent67f04ec31380936802f8851eaa8be74495ac5b3b (diff)
downloadchrome-ec-934a5dff33234e01f856117d86e065effd285c92.tar.gz
puff: Initial EC files for puff
Skeleton EC files for puff. Enough GPIOs and functions defined to allow files to build, but don't expect anything to work or be complete. BUG=b:143454886 TEST=None, code compiles. Change-Id: I4badd1741cf04c71b4ae687afe9d06d8e0b8a813 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1880784 Tested-by: Andrew McRae <amcrae@chromium.org> Commit-Queue: Andrew McRae <amcrae@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/puff/build.mk')
-rw-r--r--board/puff/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/puff/build.mk b/board/puff/build.mk
new file mode 100644
index 0000000000..e9968d5710
--- /dev/null
+++ b/board/puff/build.mk
@@ -0,0 +1,15 @@
+# -*- makefile -*-
+# Copyright 2019 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_FAMILY:=npcx7
+CHIP_VARIANT:=npcx7m6fc
+
+board-y=board.o
+board-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o
+board-y+=led.o