aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorGavin Shan <gwshan@linux.vnet.ibm.com>2015-08-18 10:57:40 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2015-08-18 19:34:41 +1000
commitdd497154d359ba9d2d3e71075bed794b93b47b48 (patch)
tree9cbba76ff6181f670c0c7bf482be89a3ab290105 /arch/powerpc/include/uapi/asm/Kbuild
parentpowerpc/pseries: enable RTC class support (diff)
downloadlinux-dev-dd497154d359ba9d2d3e71075bed794b93b47b48.tar.xz
linux-dev-dd497154d359ba9d2d3e71075bed794b93b47b48.zip
powerpc: Export include/uapi/asm/eeh.h
This adds include/uapi/asm/eeh.h to kbuild so that the header file will be exported automatically with below command. The header file was added by commit ed3e81ff2016 ("powerpc/eeh: Move PE state constants around") make INSTALL_HDR_PATH=/tmp/headers \ SRCARCH=powerpc headers_install Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/uapi/asm/Kbuild')
-rw-r--r--arch/powerpc/include/uapi/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/Kbuild b/arch/powerpc/include/uapi/asm/Kbuild
index f44a027818af..dab3717e3ea0 100644
--- a/arch/powerpc/include/uapi/asm/Kbuild
+++ b/arch/powerpc/include/uapi/asm/Kbuild
@@ -6,6 +6,7 @@ header-y += bitsperlong.h
header-y += bootx.h
header-y += byteorder.h
header-y += cputable.h
+header-y += eeh.h
header-y += elf.h
header-y += epapr_hcalls.h
header-y += errno.h