malloc: Rename dlmalloc.c to dlmalloc_old.c

Rename this file so that we can start to bring in the new one.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
Simon Glass
2025-11-28 15:33:22 -07:00
parent 654efb5edd
commit 2436d6ac54
2 changed files with 1 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ obj-$(CONFIG_BOUNCE_BUFFER) += bouncebuf.o
obj-$(CONFIG_$(PHASE_)SERIAL) += console.o
obj-$(CONFIG_CROS_EC) += cros_ec.o
obj-y += dlmalloc.o
obj-y += dlmalloc_old.o
obj-$(CONFIG_$(PHASE_)SYS_MALLOC_F) += malloc_simple.o
obj-$(CONFIG_$(PHASE_)CYCLIC) += cyclic.o