mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 05:21:50 +08:00
sapi: Merge chain implementation into one file
This commit is contained in:
@@ -19,7 +19,6 @@ include_rtems_HEADERS += include/rtems/timespec.h
|
||||
|
||||
EXTRA_DIST = include/rtems/README
|
||||
|
||||
include_rtems_HEADERS += inline/rtems/chain.inl
|
||||
include_rtems_HEADERS += inline/rtems/extension.inl
|
||||
include_rtems_HEADERS += inline/rtems/cbs.inl
|
||||
include_rtems_HEADERS += inline/rtems/rbtree.inl
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -80,10 +80,6 @@ $(PROJECT_INCLUDE)/rtems/timespec.h: include/rtems/timespec.h $(PROJECT_INCLUDE)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/timespec.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/timespec.h
|
||||
|
||||
$(PROJECT_INCLUDE)/rtems/chain.inl: inline/rtems/chain.inl $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/chain.inl
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/chain.inl
|
||||
|
||||
$(PROJECT_INCLUDE)/rtems/extension.inl: inline/rtems/extension.inl $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/extension.inl
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/extension.inl
|
||||
|
||||
Reference in New Issue
Block a user