diff options
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r-- | arch/x86/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index e2ffccfd6af6..b08f18261df6 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile | |||
@@ -139,6 +139,11 @@ mflags-$(CONFIG_X86_ES7000) := -Iinclude/asm-x86/mach-es7000 | |||
139 | fcore-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/ | 139 | fcore-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/ |
140 | mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default/ | 140 | mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default/ |
141 | 141 | ||
142 | # RDC R-321x subarch support | ||
143 | mflags-$(CONFIG_X86_RDC321X) := -Iinclude/asm-x86/mach-rdc321x | ||
144 | mcore-$(CONFIG_X86_RDC321X) := arch/x86/mach-default | ||
145 | core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/ | ||
146 | |||
142 | # default subarch .h files | 147 | # default subarch .h files |
143 | mflags-y += -Iinclude/asm-x86/mach-default | 148 | mflags-y += -Iinclude/asm-x86/mach-default |
144 | 149 | ||