mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 00:24:07 +02:00
Update the build_rule.template to enable the PCD usage in IPF assembly code
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3732 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
623ad724e1
commit
107bb017a5
@ -145,8 +145,9 @@
|
||||
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
|
||||
|
||||
<Command.MSFT, Command.INTEL>
|
||||
"$(APP)" $(APP_FLAGS) $(INC) ${src} > ${d_path}(+)${s_base}.i
|
||||
"$(ASM)" -o ${dst} $(ASM_FLAGS) ${d_path}(+)${s_base}.i
|
||||
"$(PP)" $(PP_FLAGS) $(INC) ${src} > ${d_path}(+)${s_base}.i
|
||||
Trim --source-code -o ${d_path}(+)${s_base}.iii ${d_path}(+)${s_base}.i
|
||||
"$(ASM)" -o ${dst} $(ASM_FLAGS) ${d_path}(+)${s_base}.iii
|
||||
|
||||
[Build.Visual-Form-Representation-File]
|
||||
<InputFile>
|
||||
|
Loading…
x
Reference in New Issue
Block a user