]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Makefile
Merge git://git.denx.de/u-boot-dm
[karo-tx-uboot.git] / common / Makefile
index 508a0b28f5ad325ad4059d539a1fad3257884040..9c47e20c6d19f477170d96b29eadf6a365159d8e 100644 (file)
@@ -252,6 +252,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