mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
builtin: Remove HAVE_BUILTIN_CONTEXT macro
it's enough to decide which code should be compiled with CONFIG_BUILTIN and CONFIG_FS_BINFS Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
8b054dba98
commit
fe5cb9529d
@@ -52,16 +52,6 @@
|
||||
|
||||
#ifdef CONFIG_BUILTIN
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* This logic is not usable in the KERNEL build from within the kernel. */
|
||||
|
||||
#if !defined(CONFIG_BUILD_KERNEL) || !defined(__KERNEL__)
|
||||
# define HAVE_BUILTIN_CONTEXT
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user