blob: 44fd22c6a59ee9de1ca686cd1087238d2b9d0a9c [file] [log] [blame]
Chris Frantz6da32ea2021-11-22 13:12:08 -08001# Copyright lowRISC contributors.
2# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3# SPDX-License-Identifier: Apache-2.0
4
5package(default_visibility = ["//visibility:public"])
6
7filegroup(
8 name = "all_files",
9 srcs = glob(["**"]) + [
10 "//hw/ip/adc_ctrl/data:all_files",
11 ],
12)