mirror of https://github.com/acidanthera/audk.git
Add IPF, X64 and EBC build for HelloWorld module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2960 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c6aa36b6aa
commit
818e688e78
|
@ -351,3 +351,12 @@
|
|||
${WORKSPACE}/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf
|
||||
${WORKSPACE}/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.inf
|
||||
${WORKSPACE}/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.inf
|
||||
|
||||
[Components.X64]
|
||||
${WORKSPACE}/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
||||
|
||||
[Components.IPF]
|
||||
${WORKSPACE}/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
||||
|
||||
[Components.EBC]
|
||||
${WORKSPACE}/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
Loading…
Reference in New Issue