mirror of https://github.com/acidanthera/audk.git
EmbeddedPkg: add DtPlatformDxe to .dsc file
Add the new DtPlatformDxe driver to EmbeddedPkg's .dsc file so that we can build it outside the context of a platform. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
7e5f1b6738
commit
f07cc45883
|
@ -290,5 +290,7 @@
|
|||
EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
|
||||
EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
|
||||
|
||||
EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf
|
||||
|
||||
[Components.IA32, Components.X64, Components.IPF, Components.ARM]
|
||||
EmbeddedPkg/GdbStub/GdbStub.inf
|
||||
|
|
Loading…
Reference in New Issue