source: rtems/spec/build/bsps/objnosmp.yml @ e92bc254

Last change on this file since e92bc254 was e8284a34, checked in by Sebastian Huber <sebastian.huber@…>, on 02/23/21 at 18:38:38

build: Sort source lists

Use the Python sorted() function to sort the "source" lists.

  • Property mode set to 100644
File size: 888 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6cppflags: []
7cxxflags: []
8enabled-by:
9  not: RTEMS_SMP
10includes: []
11install:
12- destination: ${BSP_INCLUDEDIR}/libchip
13  source:
14  - bsps/include/libchip/am29lv160.h
15  - bsps/include/libchip/mc146818a.h
16  - bsps/include/libchip/mc68681.h
17  - bsps/include/libchip/z85c30.h
18links: []
19source:
20- bsps/shared/dev/flash/am29lv160.c
21- bsps/shared/dev/rtc/mc146818a.c
22- bsps/shared/dev/rtc/mc146818a_ioreg.c
23- bsps/shared/dev/serial/mc68681.c
24- bsps/shared/dev/serial/mc68681_baud.c
25- bsps/shared/dev/serial/mc68681_reg.c
26- bsps/shared/dev/serial/mc68681_reg2.c
27- bsps/shared/dev/serial/mc68681_reg4.c
28- bsps/shared/dev/serial/mc68681_reg8.c
29- bsps/shared/dev/serial/z85c30.c
30- bsps/shared/dev/serial/z85c30_reg.c
31type: build
Note: See TracBrowser for help on using the repository browser.