source: rtems/spec/build/bsps/objdevserialzynq.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: 469 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2020 On-Line Applications Research (OAR)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes: []
10install:
11- destination: ${BSP_INCLUDEDIR}/dev/serial
12  source:
13  - bsps/include/dev/serial/zynq-uart-regs.h
14  - bsps/include/dev/serial/zynq-uart.h
15links: []
16source:
17- bsps/shared/dev/serial/zynq-uart-polled.c
18- bsps/shared/dev/serial/zynq-uart.c
19type: build
Note: See TracBrowser for help on using the repository browser.