From 8935e13457341841a6a02b8c8f65799f18cf4804 Mon Sep 17 00:00:00 2001 From: David Howells Date: Mon, 12 Dec 2011 13:52:27 +0000 Subject: [PATCH] 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 Acked-by: Ralf Baechle --- arch/mips/include/asm/Kbuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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