fix directory entry in arch-x86-Makefile
authorSteven Rostedt <[email protected]>
Fri, 1 Feb 2008 05:13:58 +0000 (00:13 -0500)
committerLinus Torvalds <[email protected]>
Fri, 1 Feb 2008 10:08:22 +0000 (21:08 +1100)
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

index da8f4129780bd8d25801eeee7742986ec92dddbc..8978e98bed5b60dfa8fb34eca332c68d5f941fb0 100644 (file)
@@ -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