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/grpmake.yml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 spec/build/bsps/grpmake.yml (limited to 'spec/build/bsps/grpmake.yml') diff --git a/spec/build/bsps/grpmake.yml b/spec/build/bsps/grpmake.yml new file mode 100644 index 0000000000..0998efc49e --- /dev/null +++ b/spec/build/bsps/grpmake.yml @@ -0,0 +1,44 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: group +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +enabled-by: +- INSTALL_LEGACY_MAKEFILES +includes: [] +install: +- destination: ${PREFIX}/share/rtems${__RTEMS_MAJOR__}/make + source: + - make/lib.cfg + - make/host.cfg + - make/directory.cfg + - make/README +- destination: ${PREFIX}/share/rtems${__RTEMS_MAJOR__}/make/compilers + source: + - make/compilers/gcc-target-default.cfg +- destination: ${PREFIX}/share/rtems${__RTEMS_MAJOR__}/make/Templates + source: + - make/Templates/Makefile.dir + - make/Templates/Makefile.lib + - make/Templates/Makefile.leaf +- destination: ${PREFIX}/make + source: + - make/main.cfg + - make/leaf.cfg +- destination: ${PREFIX}/make/custom + source: + - make/custom/default.cfg +ldflags: [] +links: +- role: build-dependency + uid: makebsp +- role: build-dependency + uid: makecustom +- role: build-dependency + uid: makeinc +- role: build-dependency + uid: maketarget +- role: build-dependency + uid: optmake +type: build +use-after: [] +use-before: [] -- cgit v1.2.3