* [PATCH] fix directory entry in arch-x86-Makefile
@ 2008-02-01 5:13 Steven Rostedt
2008-02-01 11:08 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Steven Rostedt @ 2008-02-01 5:13 UTC (permalink / raw)
To: LKML; +Cc: Linus Torvalds, akpm, Ingo Molnar, Thomas Gleixner
Doing a make randconfig I came across this error in the Makefile.
This patch makes a directory out of arch/x86/mach-default for
CONFIG_X86_RDC321X
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
---
arch/x86/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-compile-i386.git/arch/x86/Makefile
===================================================================
--- linux-compile-i386.git.orig/arch/x86/Makefile 2008-01-31 21:00:44.000000000 -0500
+++ linux-compile-i386.git/arch/x86/Makefile 2008-02-01 00:09:54.000000000 -0500
@@ -143,7 +143,7 @@ mcore-$(CONFIG_X86_ES7000) := arch/x86/m
# RDC R-321x subarch support
mflags-$(CONFIG_X86_RDC321X) := -Iinclude/asm-x86/mach-rdc321x
-mcore-$(CONFIG_X86_RDC321X) := arch/x86/mach-default
+mcore-$(CONFIG_X86_RDC321X) := arch/x86/mach-default/
core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/
# default subarch .h files
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-01 11:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-01 5:13 [PATCH] fix directory entry in arch-x86-Makefile Steven Rostedt
2008-02-01 11:08 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox