sparc-aout.patch 771 B

123456789101112131415161718192021222324
  1. diff -Nur linux-3.2.66.orig/arch/sparc/boot/Makefile linux-3.2.66/arch/sparc/boot/Makefile
  2. --- linux-3.2.66.orig/arch/sparc/boot/Makefile 2014-12-31 19:27:54.000000000 -0600
  3. +++ linux-3.2.66/arch/sparc/boot/Makefile 2015-02-17 13:21:38.269400789 -0600
  4. @@ -75,9 +75,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. # The following lines make a readable image for U-Boot.
  12. @@ -110,6 +107,10 @@
  13. endif
  14. +$(obj)/vmlinux.aout: $(obj)/image FORCE
  15. + $(call if_changed,elftoaout)
  16. + @echo ' kernel: $@ is ready'
  17. +
  18. $(obj)/tftpboot.img: $(obj)/image $(obj)/piggyback System.map $(ROOT_IMG) FORCE
  19. $(call if_changed,elftoaout)
  20. $(call if_changed,piggy)