fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / arch / s390 / Makefile
index 74ef57d..6598e52 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: