]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: consolidate the vmlinux.lds linker scripts
authorGreg Ungerer <gerg@uclinux.org>
Thu, 8 Dec 2011 05:39:05 +0000 (15:39 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sat, 24 Dec 2011 11:47:58 +0000 (21:47 +1000)
commit8008c0a8129d19b1ffab81c25394b1060596c9b0
treedf8d3173c755e87558c88d2e2064b6fdba8718d3
parent0e2c2fb5db1d5e7fe10499140689b4769a42e714
m68k: consolidate the vmlinux.lds linker scripts

The merge of m68knommu left the linker scripts a little disorganized.
Some consistent naming and squashing two of scripts that just include
others can simplify things a lot.

So merge the two simple including scripts, and rename the nommu script
to be consistent with the existing m68k linker scripts.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/kernel/vmlinux-nommu.lds [new file with mode: 0644]
arch/m68k/kernel/vmlinux.lds.S
arch/m68k/kernel/vmlinux.lds_mm.S [deleted file]
arch/m68k/kernel/vmlinux.lds_no.S [deleted file]