mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
sh: Add a KBUILD_DEFCONFIG for sh64.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -82,7 +82,6 @@ defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux
|
|||||||
defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux
|
defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux
|
||||||
|
|
||||||
# Set some sensible Kbuild defaults
|
# Set some sensible Kbuild defaults
|
||||||
KBUILD_DEFCONFIG := shx3_defconfig
|
|
||||||
KBUILD_IMAGE := $(defaultimage-y)
|
KBUILD_IMAGE := $(defaultimage-y)
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -90,15 +89,17 @@ KBUILD_IMAGE := $(defaultimage-y)
|
|||||||
# error messages during linking.
|
# error messages during linking.
|
||||||
#
|
#
|
||||||
ifdef CONFIG_SUPERH32
|
ifdef CONFIG_SUPERH32
|
||||||
UTS_MACHINE := sh
|
UTS_MACHINE := sh
|
||||||
BITS := 32
|
BITS := 32
|
||||||
LDFLAGS_vmlinux += -e _stext
|
LDFLAGS_vmlinux += -e _stext
|
||||||
|
KBUILD_DEFCONFIG := shx3_defconfig
|
||||||
else
|
else
|
||||||
UTS_MACHINE := sh64
|
UTS_MACHINE := sh64
|
||||||
BITS := 64
|
BITS := 64
|
||||||
LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_PAGE_OFFSET) \
|
LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_PAGE_OFFSET) \
|
||||||
--defsym phys_stext_shmedia=phys_stext+1 \
|
--defsym phys_stext_shmedia=phys_stext+1 \
|
||||||
-e phys_stext_shmedia
|
-e phys_stext_shmedia
|
||||||
|
KBUILD_DEFCONFIG := cayman_defconfig
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(SUBARCH),$(ARCH))
|
ifneq ($(SUBARCH),$(ARCH))
|
||||||
|
Reference in New Issue
Block a user