projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8280c8
)
When building for Atlas, Malta or SEAD convert the kernel to srecs by
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 19 May 2005 14:45:12 +0000
(14:45 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:16 +0000
(19:31 +0100)
default.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/Makefile
b/arch/mips/Makefile
index 393c33c0faadbdafdf13db8f2ef4a1110ebd929c..bbf902796390a2ea602ed6a3f215eff93f6bcd61 100644
(file)
--- a/
arch/mips/Makefile
+++ b/
arch/mips/Makefile
@@
-731,6
+731,18
@@
ifdef CONFIG_BOOT_ELF64
all: $(vmlinux-64)
endif
+ifdef CONFIG_MIPS_ATLAS
+all: vmlinux.srec
+endif
+
+ifdef CONFIG_MIPS_MALTA
+all: vmlinux.srec
+endif
+
+ifdef CONFIG_MIPS_SEAD
+all: vmlinux.srec
+endif
+
ifdef CONFIG_SNI_RM200_PCI
all: vmlinux.ecoff
endif