summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/optmake.yml
blob: 368f63f4022445fbf7df1a06616f2144962df6e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- script: |
    def yesno(conf, enable):
        if enable in conf.env.ENABLE:
            return "yes"
        return "no"
    conf.env["RTEMS_HAS_MULTIPROCESSING"] = yesno(conf, "RTEMS_MULTIPROCESSING")
    conf.env["RTEMS_HAS_POSIX_API"] = yesno(conf, "RTEMS_POSIX_API")
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
default: []
description: ''
enabled-by: true
links: []
type: build