summaryrefslogtreecommitdiff
path: root/baseboard/mancomb/build.mk
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2021-03-01 10:48:39 -0700
committerCommit Bot <commit-bot@chromium.org>2021-03-03 18:22:08 +0000
commitd0e0c4fa5db291bd37fdd6ce2388ec0637620f68 (patch)
tree848f7d9c78bbb278a685e0ca79d4afe04e0f38d5 /baseboard/mancomb/build.mk
parent90be32c398c45b8f441c9bb54743e369cc33bba5 (diff)
downloadchrome-ec-d0e0c4fa5db291bd37fdd6ce2388ec0637620f68.tar.gz
mancomb: Create mancomb baseboard and variant
This is a full copy paste of guybrush just with guybrush replaced with mancomb. Follow up CLs will make required changes so it's clear what changed between guybrush and mancomb. BUG=b:174424094, b:181510382 TEST=Build BRANCH=None Change-Id: I16f00e2749ab466e619b77925b25b275aca67a6c Signed-off-by: Rob Barnes <robbarnes@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2727634 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'baseboard/mancomb/build.mk')
-rw-r--r--baseboard/mancomb/build.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/baseboard/mancomb/build.mk b/baseboard/mancomb/build.mk
new file mode 100644
index 0000000000..aed9b9d460
--- /dev/null
+++ b/baseboard/mancomb/build.mk
@@ -0,0 +1,14 @@
+# -*- 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.
+#
+# Mancomb baseboard specific files build
+#
+
+CHIP:=npcx
+CHIP_FAMILY:=npcx9
+CHIP_VARIANT:=npcx9m3f
+
+baseboard-y=baseboard.o
+baseboard-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o \ No newline at end of file