Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+3 -1
+3 -1
arch/mips/include/asm/Kbuild
··· 1 1 include include/asm-generic/Kbuild.asm 2 2 3 - header-y += cachectl.h sgidefs.h sysmips.h 3 + header-y += cachectl.h 4 + header-y += sgidefs.h 5 + header-y += sysmips.h