From: Simon Glass <simon.glass@canonical.com> Rename this file so that we can start to bring in the new one. Signed-off-by: Simon Glass <simon.glass@canonical.com> --- common/Makefile | 2 +- common/{dlmalloc.c => dlmalloc_old.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename common/{dlmalloc.c => dlmalloc_old.c} (100%) diff --git a/common/Makefile b/common/Makefile index 7270af457f5..ffa46ce5e06 100644 --- a/common/Makefile +++ b/common/Makefile @@ -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 diff --git a/common/dlmalloc.c b/common/dlmalloc_old.c similarity index 100% rename from common/dlmalloc.c rename to common/dlmalloc_old.c -- 2.43.0