[PATCH] usr/: Updated .incbin support
authorSam Ravnborg <sam@ravnborg.org>
Fri, 25 Jul 2003 09:00:12 +0000 (02:00 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Fri, 25 Jul 2003 09:00:12 +0000 (02:00 -0700)
commitc69239925156496d318b294398673b1e6e6dae17
treee25b4425faaa42193b34992d7ae1cd0ec20480b5
parentfa3d60b2a653aff5cabf35aa7690be452760974e
[PATCH] usr/: Updated .incbin support

Update support for .incbin in /usr. No longer generate .S files
from within the Makefile.

Also deleted the assignment to LDFLAGS_BLOB for most architectures.
I did not touch ARM and cris:
 arm: Russell told me they did not have a new as that could be used
 cris: Looked like it was used for more than just usr/
17 files changed:
arch/alpha/Makefile
arch/h8300/Makefile
arch/i386/Makefile
arch/m68k/Makefile
arch/m68knommu/Makefile
arch/mips/Makefile
arch/parisc/Makefile
arch/ppc/Makefile
arch/ppc64/Makefile
arch/s390/Makefile
arch/sh/Makefile
arch/sparc/Makefile
arch/sparc64/Makefile
arch/v850/Makefile
arch/x86_64/Makefile
usr/Makefile
usr/initramfs_data.S [new file with mode: 0644]