diff options
Diffstat (limited to 'arch/alpha/include/asm/Kbuild')
-rw-r--r-- | arch/alpha/include/asm/Kbuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/Kbuild b/arch/alpha/include/asm/Kbuild new file mode 100644 index 00000000..e423defe --- /dev/null +++ b/arch/alpha/include/asm/Kbuild @@ -0,0 +1,10 @@ +include include/asm-generic/Kbuild.asm + +header-y += compiler.h +header-y += console.h +header-y += fpu.h +header-y += gentrap.h +header-y += pal.h +header-y += reg.h +header-y += regdef.h +header-y += sysinfo.h |