diff options
author | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 19:28:28 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 19:28:28 +0200 |
commit | 86feeaa8120bb1b0ab21efed49e9754039395ef1 (patch) | |
tree | 548ab411f20c74b6aebb839e01b6bc938ffa41f6 /arch/i386/power | |
parent | 8920e8f94c44e31a73bdf923b04721e26e88cadd (diff) | |
download | kernel_samsung_smdk4412-86feeaa8120bb1b0ab21efed49e9754039395ef1.zip kernel_samsung_smdk4412-86feeaa8120bb1b0ab21efed49e9754039395ef1.tar.gz kernel_samsung_smdk4412-86feeaa8120bb1b0ab21efed49e9754039395ef1.tar.bz2 |
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>
Diffstat (limited to 'arch/i386/power')
-rw-r--r-- | arch/i386/power/swsusp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/power/swsusp.S b/arch/i386/power/swsusp.S index c410528..c893b89 100644 --- a/arch/i386/power/swsusp.S +++ b/arch/i386/power/swsusp.S @@ -12,7 +12,7 @@ #include <linux/linkage.h> #include <asm/segment.h> #include <asm/page.h> -#include <asm/asm_offsets.h> +#include <asm/asm-offsets.h> .text |