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/arm/lpc32xx/obj.yml | 69 +++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 spec/build/bsps/arm/lpc32xx/obj.yml (limited to 'spec/build/bsps/arm/lpc32xx/obj.yml') diff --git a/spec/build/bsps/arm/lpc32xx/obj.yml b/spec/build/bsps/arm/lpc32xx/obj.yml new file mode 100644 index 0000000000..70ee86302c --- /dev/null +++ b/spec/build/bsps/arm/lpc32xx/obj.yml @@ -0,0 +1,69 @@ +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} + source: + - bsps/arm/lpc32xx/include/bsp.h + - bsps/arm/lpc32xx/include/tm27.h +- destination: ${BSP_INCLUDEDIR}/bsp + source: + - bsps/arm/lpc32xx/include/bsp/boot.h + - bsps/arm/lpc32xx/include/bsp/emc.h + - bsps/arm/lpc32xx/include/bsp/hsu.h + - bsps/arm/lpc32xx/include/bsp/i2c.h + - bsps/arm/lpc32xx/include/bsp/irq.h + - bsps/arm/lpc32xx/include/bsp/lpc-clock-config.h + - bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h + - bsps/arm/lpc32xx/include/bsp/lpc32xx.h + - bsps/arm/lpc32xx/include/bsp/mmu.h + - bsps/arm/lpc32xx/include/bsp/nand-mlc.h +- destination: ${BSP_LIBDIR} + source: + - bsps/arm/lpc32xx/start/linkcmds.lpc32xx + - bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx + - bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_1 + - bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_2 + - bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore +links: [] +source: +- bsps/arm/lpc32xx/console/console-config.c +- bsps/arm/lpc32xx/console/hsu.c +- bsps/arm/lpc32xx/i2c/i2c.c +- bsps/arm/lpc32xx/irq/irq.c +- bsps/arm/lpc32xx/nand/nand-mlc-erase-block-safe.c +- bsps/arm/lpc32xx/nand/nand-mlc-read-blocks.c +- bsps/arm/lpc32xx/nand/nand-mlc-write-blocks.c +- bsps/arm/lpc32xx/nand/nand-mlc.c +- bsps/arm/lpc32xx/nand/nand-select.c +- bsps/arm/lpc32xx/rtc/rtc-config.c +- bsps/arm/lpc32xx/start/boot.c +- bsps/arm/lpc32xx/start/bspidle.c +- bsps/arm/lpc32xx/start/bspreset.c +- bsps/arm/lpc32xx/start/bspstart.c +- bsps/arm/lpc32xx/start/bspstarthooks.c +- bsps/arm/lpc32xx/start/emc.c +- bsps/arm/lpc32xx/start/restart.c +- bsps/arm/lpc32xx/start/system-clocks.c +- bsps/arm/lpc32xx/start/timer.c +- bsps/arm/shared/cache/cache-cp15.c +- bsps/arm/shared/clock/clock-nxp-lpc.c +- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c +- bsps/arm/shared/start/bsp-start-memcpy.S +- bsps/shared/dev/getentropy/getentropy-cpucounter.c +- bsps/shared/dev/rtc/rtc-support.c +- bsps/shared/dev/serial/console-termios-init.c +- bsps/shared/dev/serial/console-termios.c +- bsps/shared/dev/serial/uart-output-char.c +- bsps/shared/irq/irq-default-handler.c +- bsps/shared/start/bspfatal-default.c +- bsps/shared/start/bspgetworkarea-default.c +- bsps/shared/start/sbrk.c +- bsps/shared/start/stackalloc.c +type: build -- cgit v1.2.3