diff options
-rw-r--r-- | arch/s390/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/s390/Makefile b/arch/s390/Makefile index a7d68a467ce8..ecc9d4f73cc6 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile | |||
@@ -35,13 +35,13 @@ endif | |||
35 | 35 | ||
36 | export LD_BFD | 36 | export LD_BFD |
37 | 37 | ||
38 | cflags-$(CONFIG_MARCH_G5) += $(call cc-option,-march=g5) | 38 | cflags-$(CONFIG_MARCH_G5) += -march=g5 |
39 | cflags-$(CONFIG_MARCH_Z900) += $(call cc-option,-march=z900) | 39 | cflags-$(CONFIG_MARCH_Z900) += -march=z900 |
40 | cflags-$(CONFIG_MARCH_Z990) += $(call cc-option,-march=z990) | 40 | cflags-$(CONFIG_MARCH_Z990) += -march=z990 |
41 | cflags-$(CONFIG_MARCH_Z9_109) += $(call cc-option,-march=z9-109) | 41 | cflags-$(CONFIG_MARCH_Z9_109) += -march=z9-109 |
42 | cflags-$(CONFIG_MARCH_Z10) += $(call cc-option,-march=z10) | 42 | cflags-$(CONFIG_MARCH_Z10) += -march=z10 |
43 | cflags-$(CONFIG_MARCH_Z196) += $(call cc-option,-march=z196) | 43 | cflags-$(CONFIG_MARCH_Z196) += -march=z196 |
44 | cflags-$(CONFIG_MARCH_ZEC12) += $(call cc-option,-march=zEC12) | 44 | cflags-$(CONFIG_MARCH_ZEC12) += -march=zEC12 |
45 | 45 | ||
46 | #KBUILD_IMAGE is necessary for make rpm | 46 | #KBUILD_IMAGE is necessary for make rpm |
47 | KBUILD_IMAGE :=arch/s390/boot/image | 47 | KBUILD_IMAGE :=arch/s390/boot/image |