diff options
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r-- | arch/arc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index 642c0406d600..fae66bfc2bdb 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile | |||
@@ -133,3 +133,6 @@ archclean: | |||
133 | # Thus forcing all exten calls in this file to be long calls | 133 | # Thus forcing all exten calls in this file to be long calls |
134 | export CFLAGS_decompress_inflate.o = -mmedium-calls | 134 | export CFLAGS_decompress_inflate.o = -mmedium-calls |
135 | export CFLAGS_initramfs.o = -mmedium-calls | 135 | export CFLAGS_initramfs.o = -mmedium-calls |
136 | ifdef CONFIG_SMP | ||
137 | export CFLAGS_core.o = -mmedium-calls | ||
138 | endif | ||