build: Merge regulator build into library item

There is no need to use a separate build object item.
This commit is contained in:
Sebastian Huber
2023-09-13 07:56:38 +02:00
parent d7a6e80398
commit 5dc43a04ef
2 changed files with 3 additions and 20 deletions

View File

@@ -152,6 +152,8 @@ install:
- cpukit/include/rtems/recorddata.h - cpukit/include/rtems/recorddata.h
- cpukit/include/rtems/recorddump.h - cpukit/include/rtems/recorddump.h
- cpukit/include/rtems/recordserver.h - cpukit/include/rtems/recordserver.h
- cpukit/include/rtems/regulator.h
- cpukit/include/rtems/regulatorimpl.h
- cpukit/include/rtems/ringbuf.h - cpukit/include/rtems/ringbuf.h
- cpukit/include/rtems/rtc.h - cpukit/include/rtems/rtc.h
- cpukit/include/rtems/rtems-debugger-remote-tcp.h - cpukit/include/rtems/rtems-debugger-remote-tcp.h
@@ -510,8 +512,6 @@ links:
uid: objmpci uid: objmpci
- role: build-dependency - role: build-dependency
uid: objpci uid: objpci
- role: build-dependency
uid: objregulator
- role: build-dependency - role: build-dependency
uid: objpsxsgnl uid: objpsxsgnl
- role: build-dependency - role: build-dependency
@@ -950,6 +950,7 @@ source:
- cpukit/libmisc/mouse/mouse_parser.c - cpukit/libmisc/mouse/mouse_parser.c
- cpukit/libmisc/mouse/serial_mouse.c - cpukit/libmisc/mouse/serial_mouse.c
- cpukit/libmisc/redirector/stdio-redirect.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-shell.c
- cpukit/libmisc/rtems-fdt/rtems-fdt.c - cpukit/libmisc/rtems-fdt/rtems-fdt.c
- cpukit/libmisc/stackchk/check.c - cpukit/libmisc/stackchk/check.c

View File

@@ -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