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/m68k/mcf5235/bspmcf5235.yml | 60 +++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 spec/build/bsps/m68k/mcf5235/bspmcf5235.yml (limited to 'spec/build/bsps/m68k/mcf5235/bspmcf5235.yml') diff --git a/spec/build/bsps/m68k/mcf5235/bspmcf5235.yml b/spec/build/bsps/m68k/mcf5235/bspmcf5235.yml new file mode 100644 index 0000000000..542a495929 --- /dev/null +++ b/spec/build/bsps/m68k/mcf5235/bspmcf5235.yml @@ -0,0 +1,60 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +arch: m68k +bsp: mcf5235 +build-type: bsp +cflags: [] +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +cppflags: [] +enabled-by: true +family: mcf5235 +includes: [] +install: +- destination: ${BSP_INCLUDEDIR} + source: + - bsps/m68k/mcf5235/include/bsp.h + - bsps/m68k/mcf5235/include/tm27.h +- destination: ${BSP_INCLUDEDIR}/bsp + source: + - bsps/m68k/mcf5235/include/bsp/irq.h +- destination: ${BSP_LIBDIR} + source: + - bsps/m68k/mcf5235/start/linkcmds + - bsps/m68k/mcf5235/start/linkcmds + - bsps/m68k/mcf5235/start/linkcmdsflash + - bsps/m68k/mcf5235/start/linkcmdsram +links: +- role: build-dependency + uid: ../grp +- role: build-dependency + uid: abi +- role: build-dependency + uid: objnet +- role: build-dependency + uid: start +- role: build-dependency + uid: ../../obj +- role: build-dependency + uid: ../../objirqdflt +- role: build-dependency + uid: ../../opto2 +- role: build-dependency + uid: ../../bspopts +source: +- bsps/m68k/mcf5235/btimer/btimer.c +- bsps/m68k/mcf5235/clock/clock.c +- bsps/m68k/mcf5235/console/console.c +- bsps/m68k/mcf5235/start/bspgetcpuclockspeed.c +- bsps/m68k/mcf5235/start/bspstart.c +- bsps/m68k/mcf5235/start/copyvectors.c +- bsps/m68k/mcf5235/start/init5235.c +- bsps/m68k/shared/cache/cache-mcf5235.c +- bsps/m68k/shared/m68kidle.c +- bsps/m68k/shared/memProbe.c +- bsps/shared/dev/getentropy/getentropy-cpucounter.c +- bsps/shared/start/bspfatal-default.c +- bsps/shared/start/bspgetworkarea-default.c +- bsps/shared/start/bspreset-loop.c +- bsps/shared/start/sbrk.c +- bsps/shared/start/setvec.c +type: build -- cgit v1.2.3