[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110728155415.16618.69785.stgit@warthog.procyon.org.uk>
Date: Thu, 28 Jul 2011 16:54:15 +0100
From: David Howells <dhowells@...hat.com>
To: torvalds@...l.org
Cc: linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org,
David Howells <dhowells@...hat.com>,
Ralf Baechle <ralf@...ux-mips.org>
Subject: [PATCH 31/40] UAPI: Fix arch/mips/include/asm/Kbuild to have separate
header-y lines [ver #3]
Fix arch/mips/include/asm/Kbuild to have a separate header-y line for each
header to make them easier to delete individually.
Signed-off-by: David Howells <dhowells@...hat.com>
Acked-by: Ralf Baechle <ralf@...ux-mips.org>
---
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 7897f05..f53f9ca 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists