mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:22:48 +02:00
550454d4b6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18276 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
401 B
Diff
14 lines
401 B
Diff
--- a/arch/x86/Makefile
|
|
+++ b/arch/x86/Makefile
|
|
@@ -124,6 +124,10 @@ core-y += $(fcore-y)
|
|
# Xen paravirtualization support
|
|
core-$(CONFIG_XEN) += arch/x86/xen/
|
|
|
|
+# RDC R-321X support
|
|
+cflags-$(CONFIG_X86_RDC321X) := -Iarch/x86/include/asm/mach-rdc321x
|
|
+core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/
|
|
+
|
|
# lguest paravirtualization support
|
|
core-$(CONFIG_LGUEST_GUEST) += arch/x86/lguest/
|
|
|