clean up handling of some kernel symbols
[openwrt/svn-archive/archive.git] / target / linux / rdc / patches-2.6.30 / 002-platform_support.patch
1 Index: linux-2.6.30.9/arch/x86/Makefile
2 ===================================================================
3 --- linux-2.6.30.9.orig/arch/x86/Makefile 2009-11-06 07:29:13.739468521 -0800
4 +++ linux-2.6.30.9/arch/x86/Makefile 2009-11-06 07:30:29.383510569 -0800
5 @@ -124,6 +124,9 @@
6 # Xen paravirtualization support
7 core-$(CONFIG_XEN) += arch/x86/xen/
8
9 +# RDC R-321X support
10 +core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/
11 +
12 # lguest paravirtualization support
13 core-$(CONFIG_LGUEST_GUEST) += arch/x86/lguest/
14