mirror of https://github.com/acidanthera/audk.git
Update Acpi Asl file Build rule to remove trim step.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3766 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0c71bc327d
commit
3a09b62ac8
|
@ -240,8 +240,7 @@
|
|||
|
||||
<Command.MSFT, Command.INTEL>
|
||||
"$(PP)" $(APP_FLAGS) $(INC) ${src} > ${d_path}(+)${s_base}.i
|
||||
Trim --source-code -o ${d_path}(+)${s_base}.iii ${d_path}(+)${s_base}.i
|
||||
"$(ASL)" -p ${dst} ${d_path}(+)${s_base}.iii
|
||||
"$(ASL)" -p ${dst} ${d_path}(+)${s_base}.i
|
||||
|
||||
[Build.Acpi-Table-Code-File]
|
||||
<InputFile>
|
||||
|
|
Loading…
Reference in New Issue