mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +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
+2
-2
@@ -53,7 +53,7 @@
|
||||
#include <nuttx/binfmt/binfmt.h>
|
||||
#include <nuttx/lib/builtin.h>
|
||||
|
||||
#ifdef HAVE_BUILTIN_CONTEXT
|
||||
#ifdef CONFIG_FS_BINFS
|
||||
|
||||
/****************************************************************************
|
||||
* Private Function Prototypes
|
||||
@@ -191,4 +191,4 @@ void builtin_uninitialize(void)
|
||||
unregister_binfmt(&g_builtin_binfmt);
|
||||
}
|
||||
|
||||
#endif /* HAVE_BUILTIN_CONTEXT */
|
||||
#endif /* CONFIG_FS_BINFS */
|
||||
|
||||
Reference in New Issue
Block a user