Changeset 217bf7be in rtems
- Timestamp:
-
07/21/21 19:20:11
(12 months ago)
- Author:
- Sebastian Huber <sebastian.huber@…>
- Branches:
- master
- Children:
- 350f501a
- Parents:
- 5cc1695
- git-author:
- Sebastian Huber <sebastian.huber@…> (07/21/21 19:20:11)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/22/21 06:10:09)
- Message:
-
build: Add "bsps/" prefix to BSP family enable
BSP family and BSP variant names may be equal. This prefix avoids
ambiguity in the enabled-by expressions.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r5cc1695
|
r217bf7be
|
|
1391 | 1391 | get_compiler(conf, cp, variant), |
1392 | 1392 | arch, |
1393 | | arch_family, |
| 1393 | "bsps/" + arch_family, |
1394 | 1394 | arch_bsp, |
1395 | 1395 | ] |