summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/Kbuild
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2011-12-12 13:52:27 +0000
committerDavid Howells <dhowells@redhat.com>2011-12-12 13:52:27 +0000
commit8935e13457341841a6a02b8c8f65799f18cf4804 (patch)
tree0b497a1d72b60e78406ee87d2b11e3d18d66b565 /arch/mips/include/asm/Kbuild
parentdc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50 (diff)
downloadlinux-8935e13457341841a6a02b8c8f65799f18cf4804.tar.bz2
UAPI: Fix arch/mips/include/asm/Kbuild to have separate header-y lines
Fix arch/mips/include/asm/Kbuild to have a separate header-y line for each header to make them easier to relocate individually as part of the UAPI header split. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/Kbuild')
-rw-r--r--arch/mips/include/asm/Kbuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/include/asm/Kbuild b/arch/mips/include/asm/Kbuild
index 7897f05e3165..f53f9ca73996 100644
--- a/arch/mips/include/asm/Kbuild
+++ b/arch/mips/include/asm/Kbuild
@@ -1,3 +1,5 @@
include include/asm-generic/Kbuild.asm
-header-y += cachectl.h sgidefs.h sysmips.h
+header-y += cachectl.h
+header-y += sgidefs.h
+header-y += sysmips.h