mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
build: Merge regulator build into library item
There is no need to use a separate build object item.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user