X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2FMakefile;h=81a531d84ff9ab383bde8d654efbb9cc0287f368;hb=08390db07a012b972189629a30eb695cdcb0ec14;hp=a00fe7236555676aa1abdabafc4f355456e335d3;hpb=97d41e90fe61399b99d74820cb7f2d6e0fbac91d;p=~andy%2Flinux diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index a00fe723655..81a531d84ff 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -102,9 +102,9 @@ CFLAGS += $(call cc-option,-mno-altivec) # kernel considerably. CFLAGS += $(call cc-option,-funit-at-a-time) -ifndef CONFIG_FSL_BOOKE -CFLAGS += -mstring -endif +# Never use string load/store instructions as they are +# often slow when they are implemented at all +CFLAGS += -mno-string ifeq ($(CONFIG_6xx),y) CFLAGS += -mcpu=powerpc @@ -166,6 +166,9 @@ define archhelp @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs' endef +install: + $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install + archclean: $(Q)$(MAKE) $(clean)=$(boot)