diff options
Diffstat (limited to 'arch/alpha/include/asm/Kbuild')
-rw-r--r-- | arch/alpha/include/asm/Kbuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/alpha/include/asm/Kbuild b/arch/alpha/include/asm/Kbuild index b7c8f188b313..e423defed91e 100644 --- a/arch/alpha/include/asm/Kbuild +++ b/arch/alpha/include/asm/Kbuild | |||
@@ -1,11 +1,10 @@ | |||
1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
2 | 2 | ||
3 | header-y += compiler.h | ||
4 | header-y += console.h | ||
5 | header-y += fpu.h | ||
3 | header-y += gentrap.h | 6 | header-y += gentrap.h |
4 | header-y += regdef.h | ||
5 | header-y += pal.h | 7 | header-y += pal.h |
6 | header-y += reg.h | 8 | header-y += reg.h |
7 | 9 | header-y += regdef.h | |
8 | unifdef-y += console.h | 10 | header-y += sysinfo.h |
9 | unifdef-y += fpu.h | ||
10 | unifdef-y += sysinfo.h | ||
11 | unifdef-y += compiler.h | ||