]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/s390/Makefile
[S390] bss section clearing.
[linux-2.6-omap-h63xx.git] / arch / s390 / Makefile
index 74ef57dcfa60b5bb9527d6651440995851aa9ebd..6598e526857334bdf3f167cd8e9d721842e10a9d 100644 (file)
@@ -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: