blob: 7b70d6fc64a144c05d887d5b66062dc4052f1cab [file] [edit]
# Licensed under the Apache-2.0 license
# SPDX-License-Identifier: Apache-2.0
"""Common definitions used by all ast10x0 targets."""
TARGET_COMPATIBLE_WITH = select({
"//target/ast10x0:target_ast10x0": [],
"//conditions:default": ["@platforms//:incompatible"],
})