X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2F_exports.h;h=11beeb24f18327f87e5c73a30e24c4bb5c7bf1cb;hb=53ee6342b86ddcbc89db1c9a7de816a13a09ef12;hp=74a882a680eea36404e1e1190c17437dc1f9a5a9;hpb=b217c89e8565ade3aaa9f74c33c93236bf151187;p=oweals%2Fu-boot.git diff --git a/include/_exports.h b/include/_exports.h index 74a882a680..11beeb24f1 100644 --- a/include/_exports.h +++ b/include/_exports.h @@ -23,7 +23,7 @@ EXPORT_FUNC(dummy, void, free_hdlr, void) #endif EXPORT_FUNC(malloc, void *, malloc, size_t) -#ifndef CONFIG_SYS_MALLOC_SIMPLE +#if !CONFIG_IS_ENABLED(SYS_MALLOC_SIMPLE) EXPORT_FUNC(free, void, free, void *) #endif EXPORT_FUNC(udelay, void, udelay, unsigned long)