summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-30 12:30:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-30 12:54:02 +0200
commit31c333d71c5146edac27566e6d066b73a411739e (patch)
tree606fe18bde23a60fd88b06def7c1b8fe0604eefb
parentrtems: Remove rtems_io_driver_io_error() (diff)
downloadrtems-31c333d71c5146edac27566e6d066b73a411739e.tar.bz2
build: Include cpuopts.h in "config.h"
The Autoconf/Automake build system did something similar. This fixes the build of sigprogmask.c which uses RTEMS_POSIX_API and expects to get it defined via "config.h". Update #3818.
-rw-r--r--spec/build/cpukit/cfghdr.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/build/cpukit/cfghdr.yml b/spec/build/cpukit/cfghdr.yml
index 8106a3e227..58407fb54b 100644
--- a/spec/build/cpukit/cfghdr.yml
+++ b/spec/build/cpukit/cfghdr.yml
@@ -4,7 +4,8 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
guard: ''
-include-headers: []
+include-headers:
+- rtems/score/cpuopts.h
install-path: null
links:
- role: build-dependency