summaryrefslogtreecommitdiff
path: root/target/linux/patches/3.19.1/sparc-aout.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-07 15:54:04 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-07 15:54:22 -0600
commitdc567bd4daacc2c576333e71bab73e817a7bc7e1 (patch)
tree7d360a2aac7deee66d587e037061db6bf6201b50 /target/linux/patches/3.19.1/sparc-aout.patch
parent61058fddb4f441f7b18f4392e319dc9d84103298 (diff)
update all kernel versions
Diffstat (limited to 'target/linux/patches/3.19.1/sparc-aout.patch')
-rw-r--r--target/linux/patches/3.19.1/sparc-aout.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/patches/3.19.1/sparc-aout.patch b/target/linux/patches/3.19.1/sparc-aout.patch
new file mode 100644
index 000000000..3360d6a6e
--- /dev/null
+++ b/target/linux/patches/3.19.1/sparc-aout.patch
@@ -0,0 +1,24 @@
+diff -Nur linux-3.19.orig/arch/sparc/boot/Makefile linux-3.19/arch/sparc/boot/Makefile
+--- linux-3.19.orig/arch/sparc/boot/Makefile 2015-02-08 20:54:22.000000000 -0600
++++ linux-3.19/arch/sparc/boot/Makefile 2015-02-15 22:58:57.918666227 -0600
+@@ -25,9 +25,6 @@
+ $(call if_changed,gzip)
+ @echo ' kernel: $@ is ready'
+
+-$(obj)/vmlinux.aout: vmlinux FORCE
+- $(call if_changed,elftoaout)
+- @echo ' kernel: $@ is ready'
+ else
+
+ $(obj)/zImage: $(obj)/image
+@@ -62,6 +59,10 @@
+
+ endif
+
++$(obj)/vmlinux.aout: $(obj)/image FORCE
++ $(call if_changed,elftoaout)
++ @echo ' kernel: $@ is ready'
++
+ $(obj)/image: vmlinux FORCE
+ $(call if_changed,strip)
+ @echo ' kernel: $@ is ready'