summaryrefslogtreecommitdiff
path: root/board/kinox/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/kinox/build.mk')
-rw-r--r--board/kinox/build.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/board/kinox/build.mk b/board/kinox/build.mk
new file mode 100644
index 0000000000..00fc2723cd
--- /dev/null
+++ b/board/kinox/build.mk
@@ -0,0 +1,21 @@
+# -*- makefile -*-
+# Copyright 2022 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.
+#
+# Brask board specific files build
+#
+
+CHIP:=npcx
+CHIP_FAMILY:=npcx9
+CHIP_VARIANT:=npcx9m3f
+BASEBOARD:=brask
+
+board-y=
+board-y+=board.o
+board-y+=fans.o
+board-y+=i2c.o
+board-y+=led.o
+board-y+=pwm.o
+board-y+=sensors.o
+board-y+=usbc_config.o