]> err.no Git - linux-2.6/blobdiff - arch/powerpc/Makefile
[SPARC64]: First cut at VIS simulator for Niagara.
[linux-2.6] / arch / powerpc / Makefile
index 07b8e15b48fa390f09eb04c7ef03ecf8d3edba88..5500ab55d042840db244abf496d7b66a7087f825 100644 (file)
@@ -139,9 +139,10 @@ drivers-$(CONFIG_CPM2)             += arch/ppc/8260_io/
 
 drivers-$(CONFIG_OPROFILE)     += arch/powerpc/oprofile/
 
-defaultimage-$(CONFIG_PPC32)   := zImage
+# Default to zImage, override when needed
+defaultimage-y                 := zImage
 defaultimage-$(CONFIG_PPC_ISERIES) := vmlinux
-defaultimage-$(CONFIG_PPC_PSERIES) := zImage
+defaultimage-$(CONFIG_DEFAULT_UIMAGE) := uImage
 KBUILD_IMAGE := $(defaultimage-y)
 all: $(KBUILD_IMAGE)
 
@@ -167,6 +168,8 @@ endef
 
 archclean:
        $(Q)$(MAKE) $(clean)=$(boot)
+
+archmrproper:
        $(Q)rm -rf arch/$(ARCH)/include
 
 archprepare: checkbin