]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8067cd85b667f0b6d7cad40a7de8af48cc936594
tree548ab411f20c74b6aebb839e01b6bc938ffa41f6
parent9b8ff999affd959803a4275c2160f86d1d5f3b38
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