diff options
author | David Howells <dhowells@redhat.com> | 2011-12-12 13:52:27 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2011-12-12 13:52:27 +0000 |
commit | 8935e13457341841a6a02b8c8f65799f18cf4804 (patch) | |
tree | 0b497a1d72b60e78406ee87d2b11e3d18d66b565 | |
parent | dc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50 (diff) | |
download | linux-3.10-8935e13457341841a6a02b8c8f65799f18cf4804.tar.gz linux-3.10-8935e13457341841a6a02b8c8f65799f18cf4804.tar.bz2 linux-3.10-8935e13457341841a6a02b8c8f65799f18cf4804.zip |
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>
-rw-r--r-- | arch/mips/include/asm/Kbuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/include/asm/Kbuild b/arch/mips/include/asm/Kbuild index 7897f05e316..f53f9ca7399 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 |