114cf11afSPaul Mackerras# This file is included by the global makefile so that you can add your own 214cf11afSPaul Mackerras# architecture-specific flags and dependencies. Remember to do have actions 314cf11afSPaul Mackerras# for "archclean" and "archdep" for cleaning up and making dependencies for 414cf11afSPaul Mackerras# this architecture. 514cf11afSPaul Mackerras# 614cf11afSPaul Mackerras# This file is subject to the terms and conditions of the GNU General Public 714cf11afSPaul Mackerras# License. See the file "COPYING" in the main directory of this archive 814cf11afSPaul Mackerras# for more details. 914cf11afSPaul Mackerras# 1014cf11afSPaul Mackerras# Copyright (C) 1994 by Linus Torvalds 1114cf11afSPaul Mackerras# Changes for PPC by Gary Thomas 1214cf11afSPaul Mackerras# Rewritten by Cort Dougan and Paul Mackerras 1314cf11afSPaul Mackerras# 1414cf11afSPaul Mackerras 1514cf11afSPaul MackerrasHAS_BIARCH := $(call cc-option-yn, -m32) 1614cf11afSPaul Mackerras 1714cf11afSPaul Mackerras# Set default 32 bits cross compilers for vdso and boot wrapper 1814cf11afSPaul MackerrasCROSS32_COMPILE ?= 1914cf11afSPaul Mackerras 2014cf11afSPaul MackerrasCROSS32CC := $(CROSS32_COMPILE)gcc 212bf11819SPaul MackerrasCROSS32AR := $(CROSS32_COMPILE)ar 2214cf11afSPaul Mackerras 2314cf11afSPaul Mackerrasifeq ($(HAS_BIARCH),y) 2414cf11afSPaul Mackerrasifeq ($(CROSS32_COMPILE),) 2514cf11afSPaul MackerrasCROSS32CC := $(CC) -m32 268995ac87SSegher BoessenkoolCROSS32AR := GNUTARGET=elf32-powerpc $(AR) 2714cf11afSPaul Mackerrasendif 2814cf11afSPaul Mackerrasendif 2914cf11afSPaul Mackerras 301976aef9SSegher Boessenkoolexport CROSS32CC CROSS32AR 3114cf11afSPaul Mackerras 32ca786f83SAdrian Bunkifeq ($(CROSS_COMPILE),) 338a5abdf8SPaul MackerrasKBUILD_DEFCONFIG := $(shell uname -m)_defconfig 34ca786f83SAdrian Bunkelse 35ca786f83SAdrian BunkKBUILD_DEFCONFIG := ppc64_defconfig 36ca786f83SAdrian Bunkendif 378a5abdf8SPaul Mackerras 3894b212c2SPaul Mackerrasifeq ($(CONFIG_PPC64),y) 3994b212c2SPaul MackerrasOLDARCH := ppc64 4094b212c2SPaul Mackerras 4114cf11afSPaul Mackerrasnew_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi) 4214cf11afSPaul Mackerras 4314cf11afSPaul Mackerrasifeq ($(new_nm),y) 4414cf11afSPaul MackerrasNM := $(NM) --synthetic 4514cf11afSPaul Mackerrasendif 4614cf11afSPaul Mackerras 4714cf11afSPaul Mackerraselse 48bbeb3f4cSStephen RothwellOLDARCH := ppc 492578bfaeSStephen Rothwellendif 502578bfaeSStephen Rothwell 512578bfaeSStephen Rothwell# It seems there are times we use this Makefile without 522578bfaeSStephen Rothwell# including the config file, but this replicates the old behaviour 532578bfaeSStephen Rothwellifeq ($(CONFIG_WORD_SIZE),) 542578bfaeSStephen RothwellCONFIG_WORD_SIZE := 32 5514cf11afSPaul Mackerrasendif 5614cf11afSPaul Mackerras 57190554dbSStephen RothwellUTS_MACHINE := $(OLDARCH) 58190554dbSStephen Rothwell 5914cf11afSPaul Mackerrasifeq ($(HAS_BIARCH),y) 602578bfaeSStephen Rothwelloverride AS += -a$(CONFIG_WORD_SIZE) 612578bfaeSStephen Rothwelloverride LD += -m elf$(CONFIG_WORD_SIZE)ppc 622578bfaeSStephen Rothwelloverride CC += -m$(CONFIG_WORD_SIZE) 632578bfaeSStephen Rothwelloverride AR := GNUTARGET=elf$(CONFIG_WORD_SIZE)-powerpc $(AR) 6414cf11afSPaul Mackerrasendif 6514cf11afSPaul Mackerras 66e19e4ab4SMichael EllermanLDFLAGS_vmlinux := -Bstatic 6714cf11afSPaul Mackerras 68bbeb3f4cSStephen RothwellCFLAGS-$(CONFIG_PPC64) := -mminimal-toc -mtraceback=none -mcall-aixdesc 691993cbf4SKumar GalaCFLAGS-$(CONFIG_PPC32) := -ffixed-r2 -mmultiple 701993cbf4SKumar GalaKBUILD_CPPFLAGS += -Iarch/$(ARCH) 711993cbf4SKumar GalaKBUILD_AFLAGS += -Iarch/$(ARCH) 721993cbf4SKumar GalaKBUILD_CFLAGS += -msoft-float -pipe -Iarch/$(ARCH) $(CFLAGS-y) 73a0f97e06SSam RavnborgCPP = $(CC) -E $(KBUILD_CFLAGS) 7414cf11afSPaul Mackerras 752578bfaeSStephen RothwellCHECKFLAGS += -m$(CONFIG_WORD_SIZE) -D__powerpc__ -D__powerpc$(CONFIG_WORD_SIZE)__ 7614cf11afSPaul Mackerras 7714cf11afSPaul Mackerrasifeq ($(CONFIG_PPC64),y) 78ad14336dSSam RavnborgGCC_BROKEN_VEC := $(shell if [ $(call cc-version) -lt 0400 ] ; then echo "y"; fi) 7914cf11afSPaul Mackerras 8014cf11afSPaul Mackerrasifeq ($(CONFIG_POWER4_ONLY),y) 8114cf11afSPaul Mackerrasifeq ($(CONFIG_ALTIVEC),y) 8214cf11afSPaul Mackerrasifeq ($(GCC_BROKEN_VEC),y) 83a0f97e06SSam Ravnborg KBUILD_CFLAGS += $(call cc-option,-mcpu=970) 8414cf11afSPaul Mackerraselse 85a0f97e06SSam Ravnborg KBUILD_CFLAGS += $(call cc-option,-mcpu=power4) 8614cf11afSPaul Mackerrasendif 8714cf11afSPaul Mackerraselse 88a0f97e06SSam Ravnborg KBUILD_CFLAGS += $(call cc-option,-mcpu=power4) 8914cf11afSPaul Mackerrasendif 9014cf11afSPaul Mackerraselse 91a0f97e06SSam Ravnborg KBUILD_CFLAGS += $(call cc-option,-mtune=power4) 9214cf11afSPaul Mackerrasendif 93da3de6dfSKumar Galaelse 94da3de6dfSKumar GalaLDFLAGS_MODULE += arch/powerpc/lib/crtsavres.o 9514cf11afSPaul Mackerrasendif 9614cf11afSPaul Mackerras 973164cccdSArnd Bergmannifeq ($(CONFIG_TUNE_CELL),y) 98a0f97e06SSam Ravnborg KBUILD_CFLAGS += $(call cc-option,-mtune=cell) 993164cccdSArnd Bergmannendif 1003164cccdSArnd Bergmann 101d3f67fbbSPaul Mackerras# No AltiVec instruction when building kernel 102a0f97e06SSam RavnborgKBUILD_CFLAGS += $(call cc-option,-mno-altivec) 103d3f67fbbSPaul Mackerras 1040197cd2eSKumar Gala# No SPE instruction when building kernel 1050197cd2eSKumar GalaKBUILD_CFLAGS += $(call cc-option,-mno-spe) 1060197cd2eSKumar Gala 10714cf11afSPaul Mackerras# Enable unit-at-a-time mode when possible. It shrinks the 10814cf11afSPaul Mackerras# kernel considerably. 109a0f97e06SSam RavnborgKBUILD_CFLAGS += $(call cc-option,-funit-at-a-time) 11014cf11afSPaul Mackerras 11157647a4dSBenjamin Herrenschmidt# Never use string load/store instructions as they are 11257647a4dSBenjamin Herrenschmidt# often slow when they are implemented at all 113a0f97e06SSam RavnborgKBUILD_CFLAGS += -mno-string 11414cf11afSPaul Mackerras 115f48b8296SOlaf Heringifeq ($(CONFIG_6xx),y) 116a0f97e06SSam RavnborgKBUILD_CFLAGS += -mcpu=powerpc 117f48b8296SOlaf Heringendif 118f48b8296SOlaf Hering 119*7563dc64STony Breeds# Work around a gcc code-gen bug with -fno-omit-frame-pointer. 120*7563dc64STony Breedsifeq ($(CONFIG_FTRACE),y) 121*7563dc64STony BreedsKBUILD_CFLAGS += -mno-sched-epilog 122*7563dc64STony Breedsendif 123*7563dc64STony Breeds 12414cf11afSPaul Mackerrascpu-as-$(CONFIG_4xx) += -Wa,-m405 12514cf11afSPaul Mackerrascpu-as-$(CONFIG_6xx) += -Wa,-maltivec 12614cf11afSPaul Mackerrascpu-as-$(CONFIG_POWER4) += -Wa,-maltivec 12714cf11afSPaul Mackerrascpu-as-$(CONFIG_E500) += -Wa,-me500 12814cf11afSPaul Mackerrascpu-as-$(CONFIG_E200) += -Wa,-me200 12914cf11afSPaul Mackerras 130222d394dSSam RavnborgKBUILD_AFLAGS += $(cpu-as-y) 131a0f97e06SSam RavnborgKBUILD_CFLAGS += $(cpu-as-y) 13214cf11afSPaul Mackerras 1332578bfaeSStephen Rothwellhead-y := arch/powerpc/kernel/head_$(CONFIG_WORD_SIZE).o 13414cf11afSPaul Mackerrashead-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o 13515f6527eSJosh Boyerhead-$(CONFIG_40x) := arch/powerpc/kernel/head_40x.o 13614cf11afSPaul Mackerrashead-$(CONFIG_44x) := arch/powerpc/kernel/head_44x.o 13714cf11afSPaul Mackerrashead-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o 13814cf11afSPaul Mackerras 1399994a338SPaul Mackerrashead-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o 14014cf11afSPaul Mackerrashead-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o 14114cf11afSPaul Mackerras 142daec962eSPaul Mackerrascore-y += arch/powerpc/kernel/ \ 143daec962eSPaul Mackerras arch/powerpc/mm/ \ 144daec962eSPaul Mackerras arch/powerpc/lib/ \ 145daec962eSPaul Mackerras arch/powerpc/sysdev/ \ 146daec962eSPaul Mackerras arch/powerpc/platforms/ 1475cd27208SKumar Galacore-$(CONFIG_MATH_EMULATION) += arch/powerpc/math-emu/ 148f78541dcSPaul Mackerrascore-$(CONFIG_XMON) += arch/powerpc/xmon/ 149bbf45ba5SHollis Blanchardcore-$(CONFIG_KVM) += arch/powerpc/kvm/ 15014cf11afSPaul Mackerras 15114cf11afSPaul Mackerrasdrivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ 15214cf11afSPaul Mackerras 153135f0b17STom Rini# Default to zImage, override when needed 15425431333SGrant Likelyall: zImage 15514cf11afSPaul Mackerras 15614cf11afSPaul MackerrasCPPFLAGS_vmlinux.lds := -Upowerpc 15714cf11afSPaul Mackerras 1588d6bcd6eSGrant LikelyBOOT_TARGETS = zImage zImage.initrd uImage zImage% dtbImage% treeImage.% cuImage.% simpleImage.% 159cabb5587SStephen Rothwell 1604f193362SPaul SmithPHONY += $(BOOT_TARGETS) 161cabb5587SStephen Rothwell 16294b212c2SPaul Mackerrasboot := arch/$(ARCH)/boot 16314cf11afSPaul Mackerras 16414cf11afSPaul Mackerras$(BOOT_TARGETS): vmlinux 16520f62954SPaul Mackerras $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 16614cf11afSPaul Mackerras 167e04018e8SGrant Likelybootwrapper_install %.dtb: 168773f76b1SDavid Woodhouse $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 169773f76b1SDavid Woodhouse 17014cf11afSPaul Mackerrasdefine archhelp 17170bf0333SGrant Likely @echo '* zImage - Build default images selected by kernel config' 17270bf0333SGrant Likely @echo ' zImage.* - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)' 17370bf0333SGrant Likely @echo ' uImage - U-Boot native image format' 17470bf0333SGrant Likely @echo ' cuImage.<dt> - Backwards compatible U-Boot image for older' 17570bf0333SGrant Likely @echo ' versions which do not support device trees' 17670bf0333SGrant Likely @echo ' dtbImage.<dt> - zImage with an embedded device tree blob' 17770bf0333SGrant Likely @echo ' simpleImage.<dt> - Firmware independent image.' 17870bf0333SGrant Likely @echo ' treeImage.<dt> - Support for older IBM 4xx firmware (not U-Boot)' 17914cf11afSPaul Mackerras @echo ' install - Install kernel using' 18014cf11afSPaul Mackerras @echo ' (your) ~/bin/installkernel or' 18114cf11afSPaul Mackerras @echo ' (distribution) /sbin/installkernel or' 18214cf11afSPaul Mackerras @echo ' install to $$(INSTALL_PATH) and run lilo' 183437a58dbSPaul Mackerras @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs' 18470bf0333SGrant Likely @echo '' 18570bf0333SGrant Likely @echo ' Targets with <dt> embed a device tree blob inside the image' 18670bf0333SGrant Likely @echo ' These targets support board with firmware that does not' 18770bf0333SGrant Likely @echo ' support passing a device tree directly. Replace <dt> with the' 18870bf0333SGrant Likely @echo ' name of a dts file from the arch/$(ARCH)/boot/dts/ directory' 18970bf0333SGrant Likely @echo ' (minus the .dts extension).' 19014cf11afSPaul Mackerrasendef 19114cf11afSPaul Mackerras 1923f85d63eSSam Ravnborginstall: 19325431333SGrant Likely $(Q)$(MAKE) $(build)=$(boot) install 194928370c6SAkinobu Mita 1958150caadSRoland McGrathvdso_install: 1968150caadSRoland McGrathifeq ($(CONFIG_PPC64),y) 1978150caadSRoland McGrath $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@ 1988150caadSRoland McGrathendif 1998150caadSRoland McGrath $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@ 2008150caadSRoland McGrath 20114cf11afSPaul Mackerrasarchclean: 202a3a9e99eSPaul Mackerras $(Q)$(MAKE) $(clean)=$(boot) 20370567293SAndreas Gruenbacher 20414cf11afSPaul Mackerrasarchprepare: checkbin 20514cf11afSPaul Mackerras 20614cf11afSPaul Mackerras# Use the file '.tmp_gas_check' for binutils tests, as gas won't output 20714cf11afSPaul Mackerras# to stdout and these checks are run even on install targets. 20814cf11afSPaul MackerrasTOUT := .tmp_gas_check 20914cf11afSPaul Mackerras# Ensure this is binutils 2.12.1 (or 2.12.90.0.7) or later for altivec 21014cf11afSPaul Mackerras# instructions. 21114cf11afSPaul Mackerras# gcc-3.4 and binutils-2.14 are a fatal combination. 21214cf11afSPaul Mackerras 21314cf11afSPaul Mackerrascheckbin: 214ad14336dSSam Ravnborg @if test "$(call cc-version)" = "0304" ; then \ 21514cf11afSPaul Mackerras if ! /bin/echo mftb 5 | $(AS) -v -mppc -many -o $(TOUT) >/dev/null 2>&1 ; then \ 21614cf11afSPaul Mackerras echo -n '*** ${VERSION}.${PATCHLEVEL} kernels no longer build '; \ 21714cf11afSPaul Mackerras echo 'correctly with gcc-3.4 and your version of binutils.'; \ 21814cf11afSPaul Mackerras echo '*** Please upgrade your binutils or downgrade your gcc'; \ 21914cf11afSPaul Mackerras false; \ 22014cf11afSPaul Mackerras fi ; \ 22114cf11afSPaul Mackerras fi 222f5e83fa4SSegher Boessenkool @if test "$(call cc-fullversion)" = "040200" \ 223f5e83fa4SSegher Boessenkool && test "x${CONFIG_MODULES}${CONFIG_PPC64}" = "xyy" ; then \ 224f5e83fa4SSegher Boessenkool echo -n '*** GCC-4.2.0 cannot compile the 64-bit powerpc ' ; \ 225f5e83fa4SSegher Boessenkool echo 'kernel with modules enabled.' ; \ 226f5e83fa4SSegher Boessenkool echo -n '*** Please use a different GCC version or ' ; \ 227f5e83fa4SSegher Boessenkool echo 'disable kernel modules' ; \ 228f5e83fa4SSegher Boessenkool false ; \ 229f5e83fa4SSegher Boessenkool fi 23014cf11afSPaul Mackerras @if ! /bin/echo dssall | $(AS) -many -o $(TOUT) >/dev/null 2>&1 ; then \ 23114cf11afSPaul Mackerras echo -n '*** ${VERSION}.${PATCHLEVEL} kernels no longer build ' ; \ 23214cf11afSPaul Mackerras echo 'correctly with old versions of binutils.' ; \ 23314cf11afSPaul Mackerras echo '*** Please upgrade your binutils to 2.12.1 or newer' ; \ 23414cf11afSPaul Mackerras false ; \ 23514cf11afSPaul Mackerras fi 23614cf11afSPaul Mackerras 23714cf11afSPaul MackerrasCLEAN_FILES += $(TOUT) 23814cf11afSPaul Mackerras 239