AMD hudson: Complete the missing rule
Forgot to change the code back after debugging. Change-Id: Iaf58d65c14d53ca77958080faf6ab85d60992226 Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/1491 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
This commit is contained in:
parent
d2245bbeb8
commit
71c7a3fdc3
|
@ -49,7 +49,7 @@ else
|
|||
HUDSON_IMC_POSITION=0
|
||||
endif
|
||||
|
||||
$(obj)/hudson_romsig.bin: #$(call strip_quotes, $(CONFIG_HUDSON_XHCI_FWM_FILE)) \
|
||||
$(obj)/hudson_romsig.bin: $(call strip_quotes, $(CONFIG_HUDSON_XHCI_FWM_FILE)) \
|
||||
$(call strip_quotes, $(CONFIG_HUDSON_IMC_FWM_FILE)) \
|
||||
$(call strip_quotes, $(CONFIG_HUDSON_GEC_FWM_FILE)) \
|
||||
$(obj)/config.h
|
||||
|
|
Loading…
Reference in New Issue