summaryrefslogtreecommitdiff
path: root/board/elemi/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/elemi/build.mk')
-rw-r--r--board/elemi/build.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/board/elemi/build.mk b/board/elemi/build.mk
new file mode 100644
index 0000000000..b78172d3cf
--- /dev/null
+++ b/board/elemi/build.mk
@@ -0,0 +1,17 @@
+# -*- makefile -*-
+# Copyright 2020 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.
+#
+# Board specific files build
+#
+
+CHIP:=npcx
+CHIP_FAMILY:=npcx7
+CHIP_VARIANT:=npcx7m6fc
+BASEBOARD:=volteer
+
+board-y=board.o
+board-y+=battery.o
+board-y+=led.o
+board-y+=sensors.o