demand_paging: add infra for demand paging modules
Backing stores and eviction algorithms will be included here. Exactly one must be chosen, with a default option to leave the implementation to the application. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
a6eca9fab6
commit
993cf9f8eb
8 changed files with 55 additions and 0 deletions
|
@ -26,3 +26,4 @@ add_subdirectory(tracing)
|
|||
add_subdirectory_ifdef(CONFIG_JWT jwt)
|
||||
add_subdirectory(canbus)
|
||||
add_subdirectory_ifdef(CONFIG_TIMING_FUNCTIONS timing)
|
||||
add_subdirectory_ifdef(CONFIG_DEMAND_PAGING demand_paging)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue