modernize backfire 10.03 so it can be operational again
[openwrt-10.03/.git] / target / linux / rdc / patches-2.6.30 / 002-platform_support.patch
1 --- a/arch/x86/Makefile
2 +++ b/arch/x86/Makefile
3 @@ -124,6 +124,9 @@ core-y += $(fcore-y)
4  # Xen paravirtualization support
5  core-$(CONFIG_XEN) += arch/x86/xen/
6  
7 +# RDC R-321X support
8 +core-$(CONFIG_X86_RDC321X)   += arch/x86/mach-rdc321x/
9 +
10  # lguest paravirtualization support
11  core-$(CONFIG_LGUEST_GUEST) += arch/x86/lguest/
12