Armando Montanez | 7009566 | 2020-01-09 14:25:04 -0800 | [diff] [blame] | 1 | # Copyright 2020 The Pigweed Authors |
Armando Montanez | a69244e | 2019-11-15 11:25:10 -0800 | [diff] [blame] | 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not |
Wyatt Hepler | 1a96094 | 2019-11-26 14:13:38 -0800 | [diff] [blame] | 4 | # use this file except in compliance with the License. You may obtain a copy of |
| 5 | # the License at |
Armando Montanez | a69244e | 2019-11-15 11:25:10 -0800 | [diff] [blame] | 6 | # |
| 7 | # https://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
Wyatt Hepler | 1a96094 | 2019-11-26 14:13:38 -0800 | [diff] [blame] | 12 | # License for the specific language governing permissions and limitations under |
| 13 | # the License. |
Armando Montanez | a69244e | 2019-11-15 11:25:10 -0800 | [diff] [blame] | 14 | |
Armando Montanez | 7009566 | 2020-01-09 14:25:04 -0800 | [diff] [blame] | 15 | package(default_visibility = ["//visibility:public"]) |
Armando Montanez | a69244e | 2019-11-15 11:25:10 -0800 | [diff] [blame] | 16 | |
Armando Montanez | 7009566 | 2020-01-09 14:25:04 -0800 | [diff] [blame] | 17 | licenses(["notice"]) # Apache License 2.0 |
Armando Montanez | a69244e | 2019-11-15 11:25:10 -0800 | [diff] [blame] | 18 | |
Armando Montanez | 7009566 | 2020-01-09 14:25:04 -0800 | [diff] [blame] | 19 | filegroup( |
Armando Montanez | f7a5a74 | 2020-03-02 14:58:59 -0800 | [diff] [blame] | 20 | name = "pw_boot_armv7m", |
Armando Montanez | 7009566 | 2020-01-09 14:25:04 -0800 | [diff] [blame] | 21 | srcs = [ |
| 22 | "core_init.c", |
| 23 | "public/pw_boot_armv7m/boot.h", |
| 24 | ], |
| 25 | ) |