summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-09-13 07:56:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-09-13 07:56:38 +0200
commit5dc43a04efb71f7c3e835e8591043397fcf509be (patch)
tree1308a855a64e2c0e5618b18179fb6989a941f048 /spec
parenttests: Improve RTEMS_DEFINE_GLOBAL_SYMBOL() tests (diff)
downloadrtems-5dc43a04efb71f7c3e835e8591043397fcf509be.tar.bz2
build: Merge regulator build into library item
There is no need to use a separate build object item.
Diffstat (limited to 'spec')
-rw-r--r--spec/build/cpukit/librtemscpu.yml5
-rw-r--r--spec/build/cpukit/objregulator.yml18
2 files changed, 3 insertions, 20 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 7cf0863859..9061a8290c 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -152,6 +152,8 @@ install:
- cpukit/include/rtems/recorddata.h
- cpukit/include/rtems/recorddump.h
- cpukit/include/rtems/recordserver.h
+ - cpukit/include/rtems/regulator.h
+ - cpukit/include/rtems/regulatorimpl.h
- cpukit/include/rtems/ringbuf.h
- cpukit/include/rtems/rtc.h
- cpukit/include/rtems/rtems-debugger-remote-tcp.h
@@ -511,8 +513,6 @@ links:
- role: build-dependency
uid: objpci
- role: build-dependency
- uid: objregulator
-- role: build-dependency
uid: objpsxsgnl
- role: build-dependency
uid: objshell
@@ -950,6 +950,7 @@ source:
- cpukit/libmisc/mouse/mouse_parser.c
- cpukit/libmisc/mouse/serial_mouse.c
- cpukit/libmisc/redirector/stdio-redirect.c
+- cpukit/libmisc/regulator/regulator.c
- cpukit/libmisc/rtems-fdt/rtems-fdt-shell.c
- cpukit/libmisc/rtems-fdt/rtems-fdt.c
- cpukit/libmisc/stackchk/check.c
diff --git a/spec/build/cpukit/objregulator.yml b/spec/build/cpukit/objregulator.yml
deleted file mode 100644
index 56d6154de9..0000000000
--- a/spec/build/cpukit/objregulator.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-build-type: objects
-cflags: []
-copyrights:
-- Copyright (C) 2023 OAR Corporatoin
-cppflags: []
-cxxflags: []
-enabled-by: true
-includes: []
-install:
-- destination: ${BSP_INCLUDEDIR}/rtems
- source:
- - cpukit/include/rtems/regulator.h
- - cpukit/include/rtems/regulatorimpl.h
-links: []
-source:
-- cpukit/libmisc/regulator/regulator.c
-type: build