1. 05 Nov, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Fix up initramfs, adapt arch/alpha · 93d5bafc
      Kai Germaschewski authored
      Grrh, don't do last minute changes without retesting.
      
      Adapt arch/alpha as well, other archs need to
      o add LDFLAGS_BLOB to arch/$(ARCH)/Makefile
      o add .init.ramfs to arch/$(ARCH)/vmlinux.lds.S
      
      See arch/i386/{Makefile,vmlinux.lds.S} for guidance ;)
      93d5bafc
  2. 04 Nov, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: initramfs updates · 25bb11a4
      Kai Germaschewski authored
      Use ld to link the cpio archive into the image, build was broken
      due to requiring a recent version of objcopy before, plus assorted
      cleanups:
      
      o Don't include arch/$(ARCH)/Makefile, export the needed arch-specific
        flags instead.
      o Name the generated section consistently .init.ramfs everywhere.
      25bb11a4
  3. 03 Nov, 2002 38 commits