]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Makefile
dm: Split the simple malloc() implementation into its own file
[karo-tx-uboot.git] / common / Makefile
index 6cc4de8a73f6ab24a20760ded2d64e395b65a94f..7a5c58e41c2feaf99b4e5aba4825608cc3b9f023 100644 (file)
@@ -251,6 +251,9 @@ obj-$(CONFIG_BOUNCE_BUFFER) += bouncebuf.o
 obj-y += console.o
 obj-$(CONFIG_CROS_EC) += cros_ec.o
 obj-y += dlmalloc.o
+ifdef CONFIG_SYS_MALLOC_F_LEN
+obj-y += malloc_simple.o
+endif
 obj-y += image.o
 obj-$(CONFIG_ANDROID_BOOT_IMAGE) += image-android.o
 obj-$(CONFIG_OF_LIBFDT) += image-fdt.o