From 57e580f885a62c21fe75e35e9e445fb6fb82509c Mon Sep 17 00:00:00 2001
From: David Woodhouse <dwmw2@infradead.org>
Date: Sun, 18 Jun 2006 12:45:15 +0100
Subject: [PATCH] Add Kbuild file for Alpha 'make headers_install'

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
---
 include/asm-alpha/Kbuild | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 include/asm-alpha/Kbuild

diff --git a/include/asm-alpha/Kbuild b/include/asm-alpha/Kbuild
new file mode 100644
index 000000000000..e57fd57538b8
--- /dev/null
+++ b/include/asm-alpha/Kbuild
@@ -0,0 +1,5 @@
+include include/asm-generic/Kbuild.asm
+
+unifdef-y += console.h fpu.h sysinfo.h
+
+header-y += gentrap.h regdef.h pal.h reg.h
-- 
GitLab