1 --- a/arch/x86/Makefile
2 +++ b/arch/x86/Makefile
3 @@ -124,6 +124,10 @@ core-y += $(fcore-y)
4 # Xen paravirtualization support
5 core-$(CONFIG_XEN) += arch/x86/xen/
8 +cflags-$(CONFIG_X86_RDC321X) := -Iarch/x86/include/asm/mach-rdc321x
9 +core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/
11 # lguest paravirtualization support
12 core-$(CONFIG_LGUEST_GUEST) += arch/x86/lguest/