diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/i386/Config.lb | 10 | ||||
-rw-r--r-- | src/arch/ppc/Config.lb | 7 |
2 files changed, 1 insertions, 16 deletions
diff --git a/src/arch/i386/Config.lb b/src/arch/i386/Config.lb index 60b15906c3..3b5be31d91 100644 --- a/src/arch/i386/Config.lb +++ b/src/arch/i386/Config.lb @@ -44,16 +44,6 @@ end if CONFIG_USE_FAILOVER_IMAGE makedefine COREBOOT_APC:= makedefine COREBOOT_RAM_ROM:= - - makerule coreboot.rom - depends "coreboot.strip" - action "cp $< $@" - end -else - makerule coreboot.rom - depends "coreboot.strip buildrom" - action "./buildrom $< $@ /dev/null $(CONFIG_ROM_IMAGE_SIZE) $(CONFIG_ROM_SECTION_SIZE)" - end end makerule crt0.S diff --git a/src/arch/ppc/Config.lb b/src/arch/ppc/Config.lb index 0b06eef37e..ef7f140b93 100644 --- a/src/arch/ppc/Config.lb +++ b/src/arch/ppc/Config.lb @@ -1,12 +1,7 @@ ldscript init/ldscript.lb -makerule coreboot.strip - depends "coreboot" - action "cp $< $@" -end - makerule coreboot.rom - depends "coreboot.strip" + depends "coreboot" action "cp $< $@" end |