mirror of https://github.com/acidanthera/audk.git
BaseTools: Generate deps for Arm targets
Prior to this change, deps were not generated for Arm and AARCH64 libraries when MODULE_TYPE was BASE, SEC, PEI_CORE, or PIEM. That resulted in bad incremental builds. Signed-off-by: Jake Garver <jake@nvidia.com> Reviewed-by: Jeff Brasen <jbrasen@nvidia.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
This commit is contained in:
parent
3a872dac7b
commit
bbd30066e1
|
@ -145,7 +145,7 @@
|
||||||
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
|
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
|
||||||
|
|
||||||
<Command.GCC>
|
<Command.GCC>
|
||||||
"$(CC)" $(CC_FLAGS) $(CC_XIPFLAGS) -c -o ${dst} $(INC) ${src}
|
"$(CC)" $(DEPS_FLAGS) $(CC_FLAGS) $(CC_XIPFLAGS) -c -o ${dst} $(INC) ${src}
|
||||||
|
|
||||||
[C-Header-File]
|
[C-Header-File]
|
||||||
<InputFile>
|
<InputFile>
|
||||||
|
|
Loading…
Reference in New Issue