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/bspopts.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 spec/build/bsps/bspopts.yml (limited to 'spec/build/bsps/bspopts.yml') diff --git a/spec/build/bsps/bspopts.yml b/spec/build/bsps/bspopts.yml new file mode 100644 index 0000000000..836d94476e --- /dev/null +++ b/spec/build/bsps/bspopts.yml @@ -0,0 +1,39 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: config-header +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +enabled-by: true +guard: __BSP_OPTIONS_H +include-headers: [] +install-path: ${BSP_INCLUDEDIR} +links: +- role: build-dependency + uid: optabi +- role: build-dependency + uid: optasflags +- role: build-dependency + uid: optbsp +- role: build-dependency + uid: optfatalverb +- role: build-dependency + uid: optincludes +- role: build-dependency + uid: optldflags +- role: build-dependency + uid: optldflagsbsp +- role: build-dependency + uid: optmakelegacy +- role: build-dependency + uid: optprintexcpt +- role: build-dependency + uid: optreset +- role: build-dependency + uid: optresetkey +- role: build-dependency + uid: pkgconfig +- role: build-dependency + uid: tst +- role: build-dependency + uid: grpmake +target: bsps/include/bspopts.h +type: build -- cgit v1.2.3