mirror of https://github.com/acidanthera/audk.git
ArmPkg: add DebugLib to OemMiscLibNull
The just added OemMiscLibNull fails to build due to DebugLib.h not being included, missing the ASSERT definition. Add the include and the library dependency. Cc: Rebecca Cran <rebecca@nuviainc.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Signed-off-by: Leif Lindholm <leif@nuviainc.com> Reviewed-by: Rebecca Cran <rebecca@nuviainc.com> Acked-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
273261126e
commit
8cb9b29684
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <Uefi.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/HiiLib.h>
|
||||
|
||||
#include <Library/OemMiscLib.h>
|
||||
|
|
|
@ -28,4 +28,4 @@
|
|||
|
||||
[LibraryClasses]
|
||||
BaseMemoryLib
|
||||
|
||||
DebugLib
|
||||
|
|
Loading…
Reference in New Issue