summaryrefslogtreecommitdiff
path: root/board/draco/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/draco/build.mk')
-rw-r--r--board/draco/build.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/board/draco/build.mk b/board/draco/build.mk
new file mode 100644
index 0000000000..61485378cd
--- /dev/null
+++ b/board/draco/build.mk
@@ -0,0 +1,25 @@
+# -*- 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.
+#
+# Draco board specific files build
+#
+
+CHIP:=npcx
+CHIP_FAMILY:=npcx9
+CHIP_VARIANT:=npcx9m3f
+BASEBOARD:=brya
+
+board-y=
+board-y+=battery.o
+board-y+=board.o
+board-y+=charger_isl9241.o
+board-y+=fans.o
+board-y+=fw_config.o
+board-y+=i2c.o
+board-y+=keyboard.o
+board-y+=led.o
+board-y+=pwm.o
+board-y+=sensors.o
+board-y+=usbc_config.o