diff options
| author | Simon Glass <sjg@chromium.org> | 2025-03-18 16:20:43 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-04-03 16:54:49 -0600 |
| commit | 9ca1789ff099a364c6e16dcb6f6ad2e8677f32f1 (patch) | |
| tree | 5116dd6d8df42d0d423cf777451bebae57fdefb2 /lib/Makefile | |
| parent | 4662e5286aa259e158f314157d0d8f2ad213a321 (diff) | |
membuff: Rename the files to membuf
Rename the C and header files to use the membuf basename, to match the
functions.
Add a MAINTAINERS entry while we are here.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index a30ce1595d5..41de2671cc6 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -125,7 +125,7 @@ obj-y += hang.o obj-y += linux_compat.o obj-y += linux_string.o obj-$(CONFIG_$(PHASE_)LMB) += lmb.o -obj-y += membuff.o +obj-y += membuf.o obj-$(CONFIG_REGEX) += slre.o obj-y += string.o obj-y += tables_csum.o |
