Skip to content

Commit

Permalink
UAPI: Fix arch/mips/include/asm/Kbuild to have separate header-y lines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Howells committed Dec 12, 2011
1 parent dc47ce9 commit 8935e13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/mips/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8935e13

Please sign in to comment.