mirror of https://github.com/acidanthera/audk.git
Added Trim command for ASL file process
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3558 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cd2d846866
commit
896a3f9efe
|
@ -162,7 +162,8 @@ ${END}\t"$(PP)" $(VFRPP_FLAGS) $(INC) $(WORKSPACE)${_sep_}${fpath} > $(@D)${_sep
|
|||
$(OUTPUT_DIR)${_sep_}${fdir}${_sep_}${fbase}.aml : $(COMMON_DEPS)
|
||||
${BEGIN}$(OUTPUT_DIR)${_sep_}${fdir}${_sep_}${fbase}.aml : $(WORKSPACE)${_sep_}${fdep}
|
||||
${END}\t"$(PP)" $(APP_FLAGS) $(INC) $(WORKSPACE)${_sep_}${fpath} > $(@D)${_sep_}${fbase}.i
|
||||
\t"$(ASL)" -p $@ $(@D)${_sep_}${fbase}.i
|
||||
\tTrim -s $(@D)${_sep_}${fbase}.i
|
||||
\t"$(ASL)" -p $@ $(@D)${_sep_}${fbase}.iii
|
||||
\t-copy $(OUTPUT_DIR)${_sep_}${fdir}${_sep_}${fbase}.aml $(OUTPUT_DIR)${_sep_}${fbase}.aml /Y
|
||||
''',
|
||||
|
||||
|
|
Loading…
Reference in New Issue