diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2023-01-02 19:45:59 +0000 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2023-01-15 10:04:13 +0000 |
commit | 680261fbb7c3c0a4cde4321c35ce3fe0e6b0cce8 (patch) | |
tree | 7be68e9dfd2986059f9e4decd369fea1bdc91d1b /lib | |
parent | e23c78522a1b306c9838672a5fec3698938f9586 (diff) | |
download | rockbox-680261fbb7c3c0a4cde4321c35ce3fe0e6b0cce8.tar.gz rockbox-680261fbb7c3c0a4cde4321c35ce3fe0e6b0cce8.zip |
buflib: Prep for multiple backend support, rename to buflib_mempool
Rename the current buflib implementation to buflib_mempool.
Change-Id: Iefdf74be1f7d8fcd19e6ce2289c3d1459b54d013
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbcodec/test/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/test/SOURCES b/lib/rbcodec/test/SOURCES index 416bbed266..c2a3914a5e 100644 --- a/lib/rbcodec/test/SOURCES +++ b/lib/rbcodec/test/SOURCES | |||
@@ -5,5 +5,5 @@ warble.c | |||
5 | ../../../firmware/common/structec.c | 5 | ../../../firmware/common/structec.c |
6 | ../../../firmware/common/pathfuncs.c | 6 | ../../../firmware/common/pathfuncs.c |
7 | ../../../firmware/common/crc32.c | 7 | ../../../firmware/common/crc32.c |
8 | ../../../firmware/buflib.c | 8 | ../../../firmware/buflib_mempool.c |
9 | ../../../firmware/core_alloc.c | 9 | ../../../firmware/core_alloc.c |