diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-03-27 14:03:22 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-03-30 20:41:11 +0200 |
commit | 08f2ab6aac9d4e5d0f992d25b9bc8d77620f03d9 (patch) | |
tree | aeb7a11184f85266d2b188cba15999ebe5b296f2 /src/arch/mips | |
parent | 5602f2cd735c3a763a4c8256c1df1e8ee77832db (diff) | |
download | coreboot-08f2ab6aac9d4e5d0f992d25b9bc8d77620f03d9.tar.xz |
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>
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/Makefile.inc | 2 | ||||
-rw-r--r-- | src/arch/mips/bootblock.S (renamed from src/arch/mips/bootblock.inc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/Makefile.inc b/src/arch/mips/Makefile.inc index 956f2d511f..42c3007754 100644 --- a/src/arch/mips/Makefile.inc +++ b/src/arch/mips/Makefile.inc @@ -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 diff --git a/src/arch/mips/bootblock.inc b/src/arch/mips/bootblock.S index dbde803b14..dbde803b14 100644 --- a/src/arch/mips/bootblock.inc +++ b/src/arch/mips/bootblock.S |