summaryrefslogtreecommitdiff
path: root/zephyr/projects/it8xxx2_evb/BUILD.py
blob: 3dea4d9c20a8b26bde64e17e28537d4d6f9fc4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.

"""Define zmake projects for it8xxx2_evb."""

register_raw_project(
    project_name="it8xxx2_evb",
    zephyr_board="it8xxx2_evb",
    dts_overlays=[
        "interrupts.dts",
    ],
)