[rdc] forward port r18254 to 2.6.30
[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,10 @@ core-y += $(fcore-y)
4  # Xen paravirtualization support
5  core-$(CONFIG_XEN) += arch/x86/xen/
6  
7 +# RDC R-321X support
8 +cflags-$(CONFIG_X86_RDC321X)  := -Iarch/x86/include/asm/mach-rdc321x
9 +core-$(CONFIG_X86_RDC321X)   += arch/x86/mach-rdc321x/
10 +
11  # lguest paravirtualization support
12  core-$(CONFIG_LGUEST_GUEST) += arch/x86/lguest/
13