diff options
author | Chris Snook <csnook@redhat.com> | 2007-10-20 06:37:01 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-23 16:37:23 -0400 |
commit | 01005e74e55f3336fa0d4111f4f0aab0a0e57c70 (patch) | |
tree | 79be9a6ddd6ed9f43013b49bc6d99aa06b85b78a /include/asm-x86/Kbuild | |
parent | 62a31a03b3d2a9d20e7a073e2cd9b27bfb7d6a3f (diff) |
x86: unify a.out{,_32,_64}.h
Unify x86 a.out_32.h and a.out_64.h
[ tglx: Kbuild fixup ]
Signed-off-by: Chris Snook <csnook@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/Kbuild')
-rw-r--r-- | include/asm-x86/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild index 5e3539c129b9..435074af1987 100644 --- a/include/asm-x86/Kbuild +++ b/include/asm-x86/Kbuild | |||
@@ -11,8 +11,6 @@ header-y += sigcontext32.h | |||
11 | header-y += ucontext.h | 11 | header-y += ucontext.h |
12 | header-y += vsyscall32.h | 12 | header-y += vsyscall32.h |
13 | 13 | ||
14 | unifdef-y += a.out_32.h | ||
15 | unifdef-y += a.out_64.h | ||
16 | unifdef-y += byteorder_32.h | 14 | unifdef-y += byteorder_32.h |
17 | unifdef-y += byteorder_64.h | 15 | unifdef-y += byteorder_64.h |
18 | unifdef-y += e820.h | 16 | unifdef-y += e820.h |