mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
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:
committed by
Alan Carvalho de Assis
parent
996995245d
commit
b343a42e8c
@@ -41,7 +41,7 @@
|
||||
* then only the first mode is supported.
|
||||
*/
|
||||
|
||||
#if !defined(CONFIG_BUILD_FLAT) && defined(__KERNEL__)
|
||||
#if defined(__KERNEL__)
|
||||
|
||||
/* Domain-specific allocations */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user