diff options
Diffstat (limited to 'arch/s390/Makefile')
-rw-r--r-- | arch/s390/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/s390/Makefile b/arch/s390/Makefile index 0c9e6c6d2a64..d5b8a6ade525 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile | |||
@@ -40,6 +40,7 @@ cflags-$(CONFIG_MARCH_Z900) += $(call cc-option,-march=z900) | |||
40 | cflags-$(CONFIG_MARCH_Z990) += $(call cc-option,-march=z990) | 40 | cflags-$(CONFIG_MARCH_Z990) += $(call cc-option,-march=z990) |
41 | cflags-$(CONFIG_MARCH_Z9_109) += $(call cc-option,-march=z9-109) | 41 | cflags-$(CONFIG_MARCH_Z9_109) += $(call cc-option,-march=z9-109) |
42 | cflags-$(CONFIG_MARCH_Z10) += $(call cc-option,-march=z10) | 42 | cflags-$(CONFIG_MARCH_Z10) += $(call cc-option,-march=z10) |
43 | cflags-$(CONFIG_MARCH_Z196) += $(call cc-option,-march=z196) | ||
43 | 44 | ||
44 | #KBUILD_IMAGE is necessary for make rpm | 45 | #KBUILD_IMAGE is necessary for make rpm |
45 | KBUILD_IMAGE :=arch/s390/boot/image | 46 | KBUILD_IMAGE :=arch/s390/boot/image |
@@ -94,8 +95,8 @@ head-y := arch/s390/kernel/head.o | |||
94 | head-y += arch/s390/kernel/$(if $(CONFIG_64BIT),head64.o,head31.o) | 95 | head-y += arch/s390/kernel/$(if $(CONFIG_64BIT),head64.o,head31.o) |
95 | head-y += arch/s390/kernel/init_task.o | 96 | head-y += arch/s390/kernel/init_task.o |
96 | 97 | ||
97 | core-y += arch/s390/mm/ arch/s390/kernel/ arch/s390/crypto/ \ | 98 | # See arch/s390/Kbuild for content of core part of the kernel |
98 | arch/s390/appldata/ arch/s390/hypfs/ arch/s390/kvm/ | 99 | core-y += arch/s390/ |
99 | 100 | ||
100 | libs-y += arch/s390/lib/ | 101 | libs-y += arch/s390/lib/ |
101 | drivers-y += drivers/s390/ | 102 | drivers-y += drivers/s390/ |