Conditional compilation of getOutputValueByName getConfigValueByName #5434
only:first step
This commit is contained in:
parent
3927031f1c
commit
a89ee66fb6
|
@ -323,6 +323,10 @@
|
||||||
#define EFI_LUA TRUE
|
#define EFI_LUA TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef EFI_LUA_LOOKUP
|
||||||
|
#define EFI_LUA_LOOKUP TRUE
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef EFI_ENGINE_SNIFFER
|
#ifndef EFI_ENGINE_SNIFFER
|
||||||
#define EFI_ENGINE_SNIFFER TRUE
|
#define EFI_ENGINE_SNIFFER TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue