summaryrefslogtreecommitdiff
path: root/baseboard/cherry/build.mk
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2021-03-03 12:55:06 +0800
committerCommit Bot <commit-bot@chromium.org>2021-03-03 07:53:08 +0000
commitf3c89e954d6170262f80ee68c0e8c3be3dd85140 (patch)
tree9a3ab83bf8f50ab2cd926663a9b3e5d252ffca90 /baseboard/cherry/build.mk
parent090b9de6ffbdd65a83968535924d87234bbd6c40 (diff)
downloadchrome-ec-f3c89e954d6170262f80ee68c0e8c3be3dd85140.tar.gz
cherry: initial EC image
Copied from Asurada, with minimal changes to copyright header and makefile to make it compilable and let linter happy. BUG=b:178158810 TEST=make BOARD=cherry -j32 BRANCH=main Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: Ibf75df48336203fd84885856f971fea24f4ea288 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2730642 Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
Diffstat (limited to 'baseboard/cherry/build.mk')
-rw-r--r--baseboard/cherry/build.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/baseboard/cherry/build.mk b/baseboard/cherry/build.mk
new file mode 100644
index 0000000000..58e9934bc0
--- /dev/null
+++ b/baseboard/cherry/build.mk
@@ -0,0 +1,10 @@
+# -*- makefile -*-
+# Copyright 2021 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.
+#
+# Baseboard specific files build
+#
+
+baseboard-y=baseboard.o board_id.o
+baseboard-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o