2005-04-16 15:20:36 -07:00
|
|
|
#
|
2007-11-21 06:13:34 -07:00
|
|
|
# arch/sh/Makefile
|
2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
# Copyright (C) 1999 Kaz Kojima
|
2008-10-28 03:37:05 -07:00
|
|
|
# Copyright (C) 2002 - 2008 Paul Mundt
|
2005-04-16 15:20:36 -07:00
|
|
|
# Copyright (C) 2002 M. R. Brown
|
|
|
|
#
|
2007-11-21 06:13:34 -07:00
|
|
|
# This file is subject to the terms and conditions of the GNU General Public
|
|
|
|
# License. See the file "COPYING" in the main directory of this archive
|
|
|
|
# for more details.
|
2005-04-16 15:20:36 -07:00
|
|
|
#
|
2021-05-01 10:24:36 -07:00
|
|
|
ifdef cross_compiling
|
2012-05-12 13:39:07 -07:00
|
|
|
ifeq ($(CROSS_COMPILE),)
|
2020-04-20 02:37:12 -07:00
|
|
|
CROSS_COMPILE := $(call cc-cross-prefix, sh-linux- sh-linux-gnu- sh-unknown-linux-gnu-)
|
2012-05-12 13:39:07 -07:00
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2017-11-02 10:40:32 -07:00
|
|
|
KBUILD_DEFCONFIG := shx3_defconfig
|
|
|
|
|
2006-01-16 23:14:19 -07:00
|
|
|
isa-y := any
|
2006-09-27 01:38:11 -07:00
|
|
|
isa-$(CONFIG_SH_DSP) := sh
|
2006-01-16 23:14:19 -07:00
|
|
|
isa-$(CONFIG_CPU_SH2) := sh2
|
2006-09-27 01:38:11 -07:00
|
|
|
isa-$(CONFIG_CPU_SH2A) := sh2a
|
2006-01-16 23:14:19 -07:00
|
|
|
isa-$(CONFIG_CPU_SH3) := sh3
|
|
|
|
isa-$(CONFIG_CPU_SH4) := sh4
|
|
|
|
isa-$(CONFIG_CPU_SH4A) := sh4a
|
2006-09-27 01:38:11 -07:00
|
|
|
isa-$(CONFIG_CPU_SH4AL_DSP) := sh4al
|
2008-10-30 23:58:53 -07:00
|
|
|
|
2006-01-16 23:14:19 -07:00
|
|
|
isa-$(CONFIG_SH_DSP) := $(isa-y)-dsp
|
2008-10-30 23:58:53 -07:00
|
|
|
isa-y := $(isa-y)-up
|
2006-01-16 23:14:19 -07:00
|
|
|
|
2007-06-01 01:25:42 -07:00
|
|
|
cflags-$(CONFIG_CPU_SH2) := $(call cc-option,-m2,)
|
2016-10-08 23:35:08 -07:00
|
|
|
cflags-$(CONFIG_CPU_J2) += $(call cc-option,-mj2,)
|
2007-07-11 17:48:54 -07:00
|
|
|
cflags-$(CONFIG_CPU_SH2A) += $(call cc-option,-m2a,) \
|
2014-07-23 14:00:06 -07:00
|
|
|
$(call cc-option,-m2a-nofpu,) \
|
|
|
|
$(call cc-option,-m4-nofpu,)
|
2007-06-01 01:25:42 -07:00
|
|
|
cflags-$(CONFIG_CPU_SH3) := $(call cc-option,-m3,)
|
|
|
|
cflags-$(CONFIG_CPU_SH4) := $(call cc-option,-m4,) \
|
2005-04-16 15:20:36 -07:00
|
|
|
$(call cc-option,-mno-implicit-fp,-m4-nofpu)
|
2007-07-11 17:48:54 -07:00
|
|
|
cflags-$(CONFIG_CPU_SH4A) += $(call cc-option,-m4a,) \
|
2007-06-01 01:25:42 -07:00
|
|
|
$(call cc-option,-m4a-nofpu,)
|
2008-11-19 23:28:47 -07:00
|
|
|
cflags-$(CONFIG_CPU_SH4AL_DSP) += $(call cc-option,-m4al,)
|
2006-11-20 19:12:19 -07:00
|
|
|
|
2008-11-25 12:21:36 -07:00
|
|
|
ifeq ($(cflags-y),)
|
|
|
|
#
|
|
|
|
# In the case where we are stuck with a compiler that has been uselessly
|
|
|
|
# restricted to a particular ISA, a favourite default of newer GCCs when
|
|
|
|
# extensive multilib targets are not provided, ensure we get the best fit
|
|
|
|
# regarding FP generation. This is intentionally stupid (albeit many
|
|
|
|
# orders of magnitude less than GCC's default behaviour), as anything
|
|
|
|
# with a large number of multilib targets better have been built
|
|
|
|
# correctly for the target in mind.
|
|
|
|
#
|
|
|
|
cflags-y += $(shell $(CC) $(KBUILD_CFLAGS) -print-multi-lib | \
|
|
|
|
grep nofpu | sed q | sed -e 's/^/-/;s/;.*$$//')
|
|
|
|
# At this point, anything goes.
|
|
|
|
isaflags-y := $(call as-option,-Wa$(comma)-isa=any,)
|
|
|
|
else
|
2007-08-21 00:56:56 -07:00
|
|
|
#
|
|
|
|
# -Wa,-isa= tuning implies -Wa,-dsp for the versions of binutils that
|
|
|
|
# support it, while -Wa,-dsp by itself limits the range of usable opcodes
|
|
|
|
# on certain CPU subtypes. Try the ISA variant first, and if that fails,
|
|
|
|
# fall back on -Wa,-dsp for the old binutils versions. Even without DSP
|
|
|
|
# opcodes, we always want the best ISA tuning the version of binutils
|
|
|
|
# will provide.
|
|
|
|
#
|
|
|
|
isaflags-y := $(call as-option,-Wa$(comma)-isa=$(isa-y),)
|
|
|
|
|
|
|
|
isaflags-$(CONFIG_SH_DSP) := \
|
|
|
|
$(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
|
2008-11-25 12:21:36 -07:00
|
|
|
endif
|
|
|
|
|
|
|
|
cflags-$(CONFIG_CPU_BIG_ENDIAN) += -mb
|
|
|
|
cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -ml
|
2007-08-21 00:56:56 -07:00
|
|
|
|
2008-11-25 12:21:36 -07:00
|
|
|
cflags-y += $(call cc-option,-mno-fdpic)
|
2007-08-21 00:56:56 -07:00
|
|
|
cflags-y += $(isaflags-y) -ffreestanding
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2007-11-21 06:13:34 -07:00
|
|
|
OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \
|
|
|
|
-R .stab -R .stabstr -S
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2007-11-21 06:13:34 -07:00
|
|
|
# Give the various platforms the opportunity to set default image types
|
2020-04-20 02:37:12 -07:00
|
|
|
defaultimage-y := zImage
|
2008-10-28 02:50:00 -07:00
|
|
|
defaultimage-$(CONFIG_SH_SH7785LCR) := uImage
|
2008-12-21 11:26:26 -07:00
|
|
|
defaultimage-$(CONFIG_SH_RSK) := uImage
|
2009-03-10 01:00:48 -07:00
|
|
|
defaultimage-$(CONFIG_SH_URQUELL) := uImage
|
2009-12-03 21:57:40 -07:00
|
|
|
defaultimage-$(CONFIG_SH_MIGOR) := uImage
|
|
|
|
defaultimage-$(CONFIG_SH_AP325RXA) := uImage
|
2011-10-31 22:57:01 -07:00
|
|
|
defaultimage-$(CONFIG_SH_SH7757LCR) := uImage
|
2009-12-03 21:57:40 -07:00
|
|
|
defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage
|
2008-11-18 01:35:45 -07:00
|
|
|
defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux
|
|
|
|
defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux
|
2006-12-05 19:08:49 -07:00
|
|
|
|
2007-11-21 06:13:34 -07:00
|
|
|
# Set some sensible Kbuild defaults
|
2016-11-22 14:34:32 -07:00
|
|
|
boot := arch/sh/boot
|
|
|
|
KBUILD_IMAGE := $(boot)/$(defaultimage-y)
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
#
|
|
|
|
# Choosing incompatible machines durings configuration will result in
|
|
|
|
# error messages during linking.
|
|
|
|
#
|
2009-05-26 01:12:20 -07:00
|
|
|
UTS_MACHINE := sh
|
|
|
|
LDFLAGS_vmlinux += -e _stext
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
ifdef CONFIG_CPU_LITTLE_ENDIAN
|
2020-04-20 02:37:12 -07:00
|
|
|
ld-bfd := elf32-sh-linux
|
2012-06-12 19:36:36 -07:00
|
|
|
LDFLAGS_vmlinux += --defsym jiffies=jiffies_64 --oformat $(ld-bfd)
|
2018-08-23 16:20:39 -07:00
|
|
|
KBUILD_LDFLAGS += -EL
|
2005-04-16 15:20:36 -07:00
|
|
|
else
|
2020-04-20 02:37:12 -07:00
|
|
|
ld-bfd := elf32-shbig-linux
|
2012-06-12 19:36:36 -07:00
|
|
|
LDFLAGS_vmlinux += --defsym jiffies=jiffies_64+4 --oformat $(ld-bfd)
|
2018-08-23 16:20:39 -07:00
|
|
|
KBUILD_LDFLAGS += -EB
|
2005-04-16 15:20:36 -07:00
|
|
|
endif
|
|
|
|
|
2020-04-20 02:37:12 -07:00
|
|
|
export ld-bfd
|
2009-05-09 08:25:08 -07:00
|
|
|
|
2008-07-29 08:13:39 -07:00
|
|
|
# Mach groups
|
2008-07-29 05:41:37 -07:00
|
|
|
machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se
|
2008-07-29 05:01:19 -07:00
|
|
|
machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast
|
|
|
|
machdir-$(CONFIG_SH_SH03) += mach-sh03
|
|
|
|
machdir-$(CONFIG_SH_MIGOR) += mach-migor
|
2009-07-22 09:20:54 -07:00
|
|
|
machdir-$(CONFIG_SH_KFR2R09) += mach-kfr2r09
|
2009-08-19 05:08:33 -07:00
|
|
|
machdir-$(CONFIG_SH_ECOVEC) += mach-ecovec24
|
2010-01-14 04:58:58 -07:00
|
|
|
machdir-$(CONFIG_SH_SDK7786) += mach-sdk7786
|
2008-07-29 05:01:19 -07:00
|
|
|
machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto
|
|
|
|
machdir-$(CONFIG_SH_LANDISK) += mach-landisk
|
2023-02-19 07:15:52 -07:00
|
|
|
machdir-y += mach-common
|
2008-10-19 21:02:48 -07:00
|
|
|
|
2008-07-29 06:46:55 -07:00
|
|
|
#
|
|
|
|
# CPU header paths
|
|
|
|
#
|
|
|
|
# These are ordered by optimization level. A CPU family that is a subset
|
|
|
|
# of another (ie, SH-2A / SH-2), is picked up first, with increasing
|
|
|
|
# levels of genericness if nothing more suitable is situated in the
|
|
|
|
# hierarchy.
|
|
|
|
#
|
|
|
|
# As an example, in order of preference, SH-2A > SH-2 > common definitions.
|
|
|
|
#
|
|
|
|
cpuincdir-$(CONFIG_CPU_SH2A) += cpu-sh2a
|
|
|
|
cpuincdir-$(CONFIG_CPU_SH2) += cpu-sh2
|
|
|
|
cpuincdir-$(CONFIG_CPU_SH3) += cpu-sh3
|
2011-06-13 20:40:19 -07:00
|
|
|
cpuincdir-$(CONFIG_CPU_SH4A) += cpu-sh4a
|
2008-07-29 06:46:55 -07:00
|
|
|
cpuincdir-$(CONFIG_CPU_SH4) += cpu-sh4
|
|
|
|
cpuincdir-y += cpu-common # Must be last
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
drivers-y += arch/sh/drivers/
|
|
|
|
|
2023-02-19 07:15:55 -07:00
|
|
|
KBUILD_CPPFLAGS += $(addprefix -I $(srctree)/arch/sh/include/, $(cpuincdir-y) $(machdir-y))
|
2008-07-28 16:09:44 -07:00
|
|
|
KBUILD_CFLAGS += -pipe $(cflags-y)
|
|
|
|
KBUILD_AFLAGS += $(cflags-y)
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2009-07-11 03:56:58 -07:00
|
|
|
ifeq ($(CONFIG_MCOUNT),y)
|
|
|
|
KBUILD_CFLAGS += -pg
|
|
|
|
endif
|
|
|
|
|
2009-08-13 09:58:43 -07:00
|
|
|
ifeq ($(CONFIG_DWARF_UNWINDER),y)
|
|
|
|
KBUILD_CFLAGS += -fasynchronous-unwind-tables
|
|
|
|
endif
|
|
|
|
|
2020-04-20 02:37:12 -07:00
|
|
|
libs-y := arch/sh/lib/ $(libs-y)
|
2008-08-01 15:13:44 -07:00
|
|
|
|
2011-01-13 23:52:54 -07:00
|
|
|
BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \
|
2010-01-13 00:28:47 -07:00
|
|
|
uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
|
|
|
|
romImage
|
2009-10-17 13:20:22 -07:00
|
|
|
PHONY += $(BOOT_TARGETS)
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2016-11-22 14:34:32 -07:00
|
|
|
all: $(notdir $(KBUILD_IMAGE))
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2009-07-21 01:24:36 -07:00
|
|
|
$(BOOT_TARGETS): vmlinux
|
2005-04-16 15:20:36 -07:00
|
|
|
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
|
|
|
|
|
|
|
|
compressed: zImage
|
|
|
|
|
2009-10-17 13:20:22 -07:00
|
|
|
archprepare:
|
|
|
|
$(Q)$(MAKE) $(build)=arch/sh/tools include/generated/machtypes.h
|
2007-11-21 06:28:28 -07:00
|
|
|
|
2018-11-13 21:32:10 -07:00
|
|
|
archheaders:
|
|
|
|
$(Q)$(MAKE) $(build)=arch/sh/kernel/syscalls all
|
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
define archhelp
|
2009-07-21 01:24:36 -07:00
|
|
|
@echo ' zImage - Compressed kernel image'
|
2009-07-29 08:27:35 -07:00
|
|
|
@echo ' romImage - Compressed ROM image, if supported'
|
2006-12-07 01:00:32 -07:00
|
|
|
@echo ' vmlinux.srec - Create an ELF S-record'
|
2010-01-13 00:28:47 -07:00
|
|
|
@echo ' vmlinux.bin - Create an uncompressed binary image'
|
2009-07-21 01:24:36 -07:00
|
|
|
@echo '* uImage - Alias to bootable U-Boot image'
|
|
|
|
@echo ' uImage.srec - Create an S-record for U-Boot'
|
2009-10-26 15:17:12 -07:00
|
|
|
@echo ' uImage.bin - Kernel-only image for U-Boot (bin)'
|
2009-07-21 01:24:36 -07:00
|
|
|
@echo '* uImage.gz - Kernel-only image for U-Boot (gzip)'
|
|
|
|
@echo ' uImage.bz2 - Kernel-only image for U-Boot (bzip2)'
|
|
|
|
@echo ' uImage.lzma - Kernel-only image for U-Boot (lzma)'
|
2011-01-13 23:52:54 -07:00
|
|
|
@echo ' uImage.xz - Kernel-only image for U-Boot (xz)'
|
2010-01-12 21:29:19 -07:00
|
|
|
@echo ' uImage.lzo - Kernel-only image for U-Boot (lzo)'
|
2005-04-16 15:20:36 -07:00
|
|
|
endef
|