From f3f0370f1054f4e49aa8f5ea70485d673e8e94b6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2019 13:09:43 +0200 Subject: build: Alternative build system based on waf Update #3818. --- spec/build/bsps/obj.yml | 107 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 spec/build/bsps/obj.yml (limited to 'spec/build/bsps/obj.yml') diff --git a/spec/build/bsps/obj.yml b/spec/build/bsps/obj.yml new file mode 100644 index 0000000000..8809238057 --- /dev/null +++ b/spec/build/bsps/obj.yml @@ -0,0 +1,107 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: objects +cflags: [] +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +cppflags: [] +cxxflags: [] +enabled-by: true +includes: [] +install: +- destination: ${BSP_INCLUDEDIR}/bsp + source: + - bsps/include/bsp/bootcard.h + - bsps/include/bsp/console-polled.h + - bsps/include/bsp/console-termios.h + - bsps/include/bsp/default-initial-extension.h + - bsps/include/bsp/fatal.h + - bsps/include/bsp/fdt.h + - bsps/include/bsp/gpio.h + - bsps/include/bsp/irq-default.h + - bsps/include/bsp/irq-generic.h + - bsps/include/bsp/irq-info.h + - bsps/include/bsp/stackalloc.h + - bsps/include/bsp/u-boot.h + - bsps/include/bsp/uart-output-char.h + - bsps/include/bsp/utility.h +- destination: ${BSP_INCLUDEDIR}/libchip + source: + - bsps/include/libchip/am29lv160.h + - bsps/include/libchip/ata.h + - bsps/include/libchip/ata_internal.h + - bsps/include/libchip/disp_hcms29xx.h + - bsps/include/libchip/ds1375-rtc.h + - bsps/include/libchip/i2c-2b-eeprom.h + - bsps/include/libchip/i2c-ds1621.h + - bsps/include/libchip/i2c-sc620.h + - bsps/include/libchip/icm7170.h + - bsps/include/libchip/ide_ctrl.h + - bsps/include/libchip/ide_ctrl_cfg.h + - bsps/include/libchip/ide_ctrl_io.h + - bsps/include/libchip/m48t08.h + - bsps/include/libchip/mc146818a.h + - bsps/include/libchip/mc68681.h + - bsps/include/libchip/ns16550.h + - bsps/include/libchip/ns16550_p.h + - bsps/include/libchip/rtc.h + - bsps/include/libchip/serial.h + - bsps/include/libchip/sersupp.h + - bsps/include/libchip/spi-flash-m25p40.h + - bsps/include/libchip/spi-fram-fm25l256.h + - bsps/include/libchip/spi-memdrv.h + - bsps/include/libchip/spi-sd-card.h + - bsps/include/libchip/wd80x3.h + - bsps/include/libchip/z85c30.h +- destination: ${BSP_INCLUDEDIR}/rtems/zilog + source: + - bsps/include/rtems/zilog/z8036.h + - bsps/include/rtems/zilog/z8530.h +links: +- role: build-dependency + uid: objmpci +- role: build-dependency + uid: objnet +- role: build-dependency + uid: objnetnosmp +source: +- bsps/shared/dev/display/disp_hcms29xx.c +- bsps/shared/dev/display/font_hcms29xx.c +- bsps/shared/dev/flash/am29lv160.c +- bsps/shared/dev/i2c/i2c-2b-eeprom.c +- bsps/shared/dev/i2c/i2c-ds1621.c +- bsps/shared/dev/i2c/i2c-sc620.c +- bsps/shared/dev/i2c/spi-flash-m25p40.c +- bsps/shared/dev/i2c/spi-fram-fm25l256.c +- bsps/shared/dev/i2c/spi-memdrv.c +- bsps/shared/dev/i2c/spi-sd-card.c +- bsps/shared/dev/ide/ata.c +- bsps/shared/dev/ide/ata_util.c +- bsps/shared/dev/ide/ide_controller.c +- bsps/shared/dev/rtc/ds1375.c +- bsps/shared/dev/rtc/icm7170.c +- bsps/shared/dev/rtc/icm7170_reg2.c +- bsps/shared/dev/rtc/icm7170_reg4.c +- bsps/shared/dev/rtc/icm7170_reg8.c +- bsps/shared/dev/rtc/icm7170_reg.c +- bsps/shared/dev/rtc/m48t08.c +- bsps/shared/dev/rtc/m48t08_reg2.c +- bsps/shared/dev/rtc/m48t08_reg4.c +- bsps/shared/dev/rtc/m48t08_reg8.c +- bsps/shared/dev/rtc/m48t08_reg.c +- bsps/shared/dev/rtc/mc146818a.c +- bsps/shared/dev/rtc/mc146818a_ioreg.c +- bsps/shared/dev/rtc/rtcprobe.c +- bsps/shared/dev/serial/mc68681_baud.c +- bsps/shared/dev/serial/mc68681.c +- bsps/shared/dev/serial/mc68681_reg2.c +- bsps/shared/dev/serial/mc68681_reg4.c +- bsps/shared/dev/serial/mc68681_reg8.c +- bsps/shared/dev/serial/mc68681_reg.c +- bsps/shared/dev/serial/ns16550.c +- bsps/shared/dev/serial/ns16550-context.c +- bsps/shared/dev/serial/serprobe.c +- bsps/shared/dev/serial/z85c30.c +- bsps/shared/dev/serial/z85c30_reg.c +- bsps/shared/start/bootcard.c +- bsps/shared/rtems-version.c +type: build -- cgit v1.2.3