sparc-aout.patch 682 B

123456789101112131415161718192021222324
  1. diff -Nur linux-3.19.orig/arch/sparc/boot/Makefile linux-3.19/arch/sparc/boot/Makefile
  2. --- linux-3.19.orig/arch/sparc/boot/Makefile 2015-02-08 20:54:22.000000000 -0600
  3. +++ linux-3.19/arch/sparc/boot/Makefile 2015-02-15 22:58:57.918666227 -0600
  4. @@ -25,9 +25,6 @@
  5. $(call if_changed,gzip)
  6. @echo ' kernel: $@ is ready'
  7. -$(obj)/vmlinux.aout: vmlinux FORCE
  8. - $(call if_changed,elftoaout)
  9. - @echo ' kernel: $@ is ready'
  10. else
  11. $(obj)/zImage: $(obj)/image
  12. @@ -62,6 +59,10 @@
  13. endif
  14. +$(obj)/vmlinux.aout: $(obj)/image FORCE
  15. + $(call if_changed,elftoaout)
  16. + @echo ' kernel: $@ is ready'
  17. +
  18. $(obj)/image: vmlinux FORCE
  19. $(call if_changed,strip)
  20. @echo ' kernel: $@ is ready'