mirror of https://github.com/acidanthera/audk.git
Added dependency of makefile to source files in order to let source files be rebuilt when tool option changes
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5333 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
008a518953
commit
23fdff8236
Binary file not shown.
|
@ -98,6 +98,7 @@
|
||||||
?.cpp
|
?.cpp
|
||||||
?.Cpp
|
?.Cpp
|
||||||
?.CPP
|
?.CPP
|
||||||
|
$(MAKE_FILE)
|
||||||
|
|
||||||
<OutputFile>
|
<OutputFile>
|
||||||
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
|
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
|
||||||
|
@ -122,9 +123,11 @@
|
||||||
[Build.Assembly-Code-File]
|
[Build.Assembly-Code-File]
|
||||||
<InputFile.MSFT, InputFile.INTEL>
|
<InputFile.MSFT, InputFile.INTEL>
|
||||||
Assembly-Code-File = ?.asm, ?.Asm, ?.ASM
|
Assembly-Code-File = ?.asm, ?.Asm, ?.ASM
|
||||||
|
$(MAKE_FILE)
|
||||||
|
|
||||||
<InputFile.GCC>
|
<InputFile.GCC>
|
||||||
?.S
|
?.S
|
||||||
|
$(MAKE_FILE)
|
||||||
|
|
||||||
<OutputFile>
|
<OutputFile>
|
||||||
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
|
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
|
||||||
|
@ -142,6 +145,7 @@
|
||||||
[Build.Iasm-Code-File]
|
[Build.Iasm-Code-File]
|
||||||
<InputFile>
|
<InputFile>
|
||||||
?.s
|
?.s
|
||||||
|
$(MAKE_FILE)
|
||||||
|
|
||||||
<OutputFile>
|
<OutputFile>
|
||||||
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
|
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
|
||||||
|
@ -156,6 +160,7 @@
|
||||||
?.vfr
|
?.vfr
|
||||||
?.Vfr
|
?.Vfr
|
||||||
?.VFR
|
?.VFR
|
||||||
|
$(MAKE_FILE)
|
||||||
|
|
||||||
<OutputFile>
|
<OutputFile>
|
||||||
$(DEBUG_DIR)(+)${s_dir}(+)${s_base}.c
|
$(DEBUG_DIR)(+)${s_dir}(+)${s_base}.c
|
||||||
|
|
Loading…
Reference in New Issue