Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e3c2a998afcb6de179ad954ee0113cfbcc42083e
Commit:     e3c2a998afcb6de179ad954ee0113cfbcc42083e
Parent:     42bb1899221d362bee5480e3abc9b05243bf38fb
Author:     Steven Rostedt <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 1 00:13:58 2008 -0500
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri Feb 1 21:08:22 2008 +1100

    fix directory entry in arch-x86-Makefile
    
    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 <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/x86/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index da8f412..8978e98 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -143,7 +143,7 @@ mcore-$(CONFIG_X86_ES7000)  := arch/x86/mach-default/
 
 # 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to