summaryrefslogtreecommitdiff
path: root/baseboard/mancomb/build.mk
diff options
context:
space:
mode:
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