X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fs390%2FMakefile;h=6598e526857334bdf3f167cd8e9d721842e10a9d;hb=refs%2Fheads%2Fvserver;hp=74ef57dcfa60b5bb9527d6651440995851aa9ebd;hpb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;p=linux-2.6.git diff --git a/arch/s390/Makefile b/arch/s390/Makefile index 74ef57dcf..6598e5268 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile @@ -33,6 +33,10 @@ endif cflags-$(CONFIG_MARCH_G5) += $(call cc-option,-march=g5) cflags-$(CONFIG_MARCH_Z900) += $(call cc-option,-march=z900) cflags-$(CONFIG_MARCH_Z990) += $(call cc-option,-march=z990) +cflags-$(CONFIG_MARCH_Z9_109) += $(call cc-option,-march=z9-109) + +#KBUILD_IMAGE is necessary for make rpm +KBUILD_IMAGE :=arch/s390/boot/image # # Prevent tail-call optimizations, to get clearer backtraces: