build system: rename mips/bootblock.inc to mips/bootblock.S
This is inspired by the commit listed below, but rewritten to match upstream, and split in smaller pieces to keep intent clear. Change-Id: I192fa50989b586fd8e967d4c22db56ac9de7a30e Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Based-On-Change-Id: I50af7dacf616e0f8ff4c43f4acc679089ad7022b Based-On-Signed-off-by: Julius Werner <jwerner@chromium.org> Based-On-Reviewed-on: https://chromium-review.googlesource.com/219170 Reviewed-on: http://review.coreboot.org/9108 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
This commit is contained in:
parent
5602f2cd73
commit
08f2ab6aac
|
@ -44,7 +44,7 @@ bootblock-y += ../../lib/memset.c
|
|||
|
||||
bootblock_lds = $(src)/arch/mips/bootblock.ld
|
||||
|
||||
bootblock_inc += $(src)/arch/mips/bootblock.inc
|
||||
bootblock_inc += $(src)/arch/mips/bootblock.S
|
||||
bootblock_inc += $(objgenerated)/bootblock.inc
|
||||
|
||||
# Much of the assembly code is generated by the compiler, and may contain
|
||||
|
|
Loading…
Reference in New Issue