kbuild: full dependency check on asm-offsets.h
authorSam Ravnborg <sam@mars.(none)>
Fri, 9 Sep 2005 17:28:28 +0000 (19:28 +0200)
committerSam Ravnborg <sam@mars.(none)>
Fri, 9 Sep 2005 17:28:28 +0000 (19:28 +0200)
commit86feeaa8120bb1b0ab21efed49e9754039395ef1
tree548ab411f20c74b6aebb839e01b6bc938ffa41f6
parent8920e8f94c44e31a73bdf923b04721e26e88cadd
kbuild: full dependency check on asm-offsets.h

Building asm-offsets.h has been moved to a seperate Kbuild file
located in the top-level directory. This allow us to share the
functionality across the architectures.

The old rules in architecture specific Makefiles will die
in subsequent patches.

Furhtermore the usual kbuild dependency tracking is now used
when deciding to rebuild asm-offsets.s. So we no longer risk
to fail a rebuild caused by asm-offsets.c dependencies being touched.

With this common rule-set we now force the same name across
all architectures. Following patches will fix the rest.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Kbuild [new file with mode: 0644]
Makefile
arch/i386/Makefile
arch/i386/kernel/head.S
arch/i386/kernel/vsyscall-sigreturn.S
arch/i386/kernel/vsyscall.lds.S
arch/i386/power/swsusp.S
include/asm-i386/thread_info.h