From: David Howells Date: Mon, 12 Dec 2011 13:52:27 +0000 (+0000) Subject: UAPI: Fix arch/mips/include/asm/Kbuild to have separate header-y lines X-Git-Tag: v3.3-rc1~56^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8935e13457341841a6a02b8c8f65799f18cf4804;p=thirdparty%2Flinux.git 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 --- diff --git a/arch/mips/include/asm/Kbuild b/arch/mips/include/asm/Kbuild index 7897f05e31652..f53f9ca73996d 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