[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090205155452.GN26064@csclub.uwaterloo.ca>
Date: Thu, 5 Feb 2009 10:54:52 -0500
From: lsorense@...lub.uwaterloo.ca (Lennart Sorensen)
To: Sam Ravnborg <sam@...nborg.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: Missing unistd_no.h and unistd_mm.h export on m68k
On Thu, Feb 05, 2009 at 10:51:04AM -0500, Lennart Sorensen wrote:
Oops, I forgot to do one of the requested fixes to the patch.
Here is a better one.
--
Len Sorensen
The header files exported on m68k are missing dependant header files
that are included by some of the epxorted files. This includes the 8
missing pairs of files needed by normal and uclibc builds against the
headers files.
Signed-of-by: Len Sorensen <lsorense@...lub.uwaterloo.ca>
diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild
index 1a922fa..d477927 100644
--- a/arch/m68k/include/asm/Kbuild
+++ b/arch/m68k/include/asm/Kbuild
@@ -1,2 +1,18 @@
include include/asm-generic/Kbuild.asm
header-y += cachectl.h
+header-y += param_mm.h
+header-y += param_no.h
+header-y += ptrace_mm.h
+header-y += ptrace_no.h
+header-y += setup_mm.h
+header-y += setup_no.h
+header-y += sigcontext_mm.h
+header-y += sigcontext_no.h
+header-y += siginfo_mm.h
+header-y += siginfo_no.h
+header-y += signal_mm.h
+header-y += signal_no.h
+header-y += swab_mm.h
+header-y += swab_no.h
+header-y += unistd_mm.h
+header-y += unistd_no.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