nuttx/lib: remove dependency on BUILD_FLAT for library memory allocation interface

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2022-06-15 17:50:26 +02:00 committed by Alan Carvalho de Assis
parent 996995245d
commit b343a42e8c
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
* then only the first mode is supported. * then only the first mode is supported.
*/ */
#if !defined(CONFIG_BUILD_FLAT) && defined(__KERNEL__) #if defined(__KERNEL__)
/* Domain-specific allocations */ /* Domain-specific allocations */