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 <srostedt@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Steven Rostedt and committed by
Linus Torvalds
e3c2a998 42bb1899

+1 -1
+1 -1
arch/x86/Makefile
··· 143 143 144 144 # RDC R-321x subarch support 145 145 mflags-$(CONFIG_X86_RDC321X) := -Iinclude/asm-x86/mach-rdc321x 146 - mcore-$(CONFIG_X86_RDC321X) := arch/x86/mach-default 146 + mcore-$(CONFIG_X86_RDC321X) := arch/x86/mach-default/ 147 147 core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/ 148 148 149 149 # default subarch .h files