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