source: rtems/spec/build/bsps/arm/xilinx-zynq/obj.yml @ e8284a34

Last change on this file since e8284a34 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: 1.5 KB
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: true
9includes: []
10install:
11- destination: ${BSP_INCLUDEDIR}
12  source:
13  - bsps/arm/xilinx-zynq/include/bsp.h
14  - bsps/arm/xilinx-zynq/include/tm27.h
15- destination: ${BSP_INCLUDEDIR}/bsp
16  source:
17  - bsps/arm/xilinx-zynq/include/bsp/cadence-i2c-regs.h
18  - bsps/arm/xilinx-zynq/include/bsp/cadence-i2c.h
19  - bsps/arm/xilinx-zynq/include/bsp/i2c.h
20  - bsps/arm/xilinx-zynq/include/bsp/irq.h
21links: []
22source:
23- bsps/arm/shared/cache/cache-l2c-310.c
24- bsps/arm/shared/clock/clock-a9mpcore.c
25- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
26- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
27- bsps/arm/shared/start/bsp-start-memcpy.S
28- bsps/arm/xilinx-zynq/console/console-config.c
29- bsps/arm/xilinx-zynq/console/console-init.c
30- bsps/arm/xilinx-zynq/console/debug-console.c
31- bsps/arm/xilinx-zynq/i2c/cadence-i2c.c
32- bsps/arm/xilinx-zynq/start/bspreset.c
33- bsps/arm/xilinx-zynq/start/bspstart.c
34- bsps/arm/xilinx-zynq/start/bspstarthooks.c
35- bsps/arm/xilinx-zynq/start/bspstartmmu.c
36- bsps/shared/dev/btimer/btimer-stub.c
37- bsps/shared/dev/getentropy/getentropy-cpucounter.c
38- bsps/shared/dev/irq/arm-gicv2.c
39- bsps/shared/dev/serial/console-termios.c
40- bsps/shared/irq/irq-default-handler.c
41- bsps/shared/start/bspfatal-default.c
42- bsps/shared/start/bspgetworkarea-default.c
43- bsps/shared/start/sbrk.c
44- bsps/shared/start/stackalloc.c
45type: build
Note: See TracBrowser for help on using the repository browser.