Makefile (a9763aa0bda186d8d86101e8ee90a37f606d9f64) Makefile (19ba9cf70706629709a3304aa977d1dddcfadf43)
1# This file is included by the global makefile so that you can add your own
2# architecture-specific flags and dependencies.
3#
4# This file is subject to the terms and conditions of the GNU General Public
5# License. See the file "COPYING" in the main directory of this archive
6# for more details.
7#
8

--- 117 unchanged lines hidden (view full) ---

126 $(Q)$(MAKE) $(build)=arch/riscv/kernel/vdso include/generated/vdso-offsets.h
127 $(if $(CONFIG_COMPAT),$(Q)$(MAKE) \
128 $(build)=arch/riscv/kernel/compat_vdso include/generated/compat_vdso-offsets.h)
129
130endif
131endif
132
133ifneq ($(CONFIG_XIP_KERNEL),y)
1# This file is included by the global makefile so that you can add your own
2# architecture-specific flags and dependencies.
3#
4# This file is subject to the terms and conditions of the GNU General Public
5# License. See the file "COPYING" in the main directory of this archive
6# for more details.
7#
8

--- 117 unchanged lines hidden (view full) ---

126 $(Q)$(MAKE) $(build)=arch/riscv/kernel/vdso include/generated/vdso-offsets.h
127 $(if $(CONFIG_COMPAT),$(Q)$(MAKE) \
128 $(build)=arch/riscv/kernel/compat_vdso include/generated/compat_vdso-offsets.h)
129
130endif
131endif
132
133ifneq ($(CONFIG_XIP_KERNEL),y)
134ifeq ($(CONFIG_RISCV_M_MODE)$(CONFIG_SOC_CANAAN),yy)
134ifeq ($(CONFIG_RISCV_M_MODE)$(CONFIG_ARCH_CANAAN),yy)
135KBUILD_IMAGE := $(boot)/loader.bin
136else
137ifeq ($(CONFIG_EFI_ZBOOT),)
138KBUILD_IMAGE := $(boot)/Image.gz
139else
140KBUILD_IMAGE := $(boot)/vmlinuz.efi
141endif
142endif

--- 30 unchanged lines hidden ---
135KBUILD_IMAGE := $(boot)/loader.bin
136else
137ifeq ($(CONFIG_EFI_ZBOOT),)
138KBUILD_IMAGE := $(boot)/Image.gz
139else
140KBUILD_IMAGE := $(boot)/vmlinuz.efi
141endif
142endif

--- 30 unchanged lines hidden ---