Makefile (0aea30a07ec6b50de0fc5f5b2ec34a68ead86b61) Makefile (f774f5bb87d132b48bc4a99598c45f35121ac054)
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# Copyright (C) 1994 by Linus Torvalds

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

403 @echo ' These targets support board with firmware that does not'
404 @echo ' support passing a device tree directly. Replace <dt> with the'
405 @echo ' name of a dts file from the arch/$(ARCH)/boot/dts/ directory'
406 @echo ' (minus the .dts extension).'
407endef
408
409PHONY += install
410install:
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# Copyright (C) 1994 by Linus Torvalds

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

403 @echo ' These targets support board with firmware that does not'
404 @echo ' support passing a device tree directly. Replace <dt> with the'
405 @echo ' name of a dts file from the arch/$(ARCH)/boot/dts/ directory'
406 @echo ' (minus the .dts extension).'
407endef
408
409PHONY += install
410install:
411 sh -x $(srctree)/$(boot)/install.sh "$(KERNELRELEASE)" vmlinux \
412 System.map "$(INSTALL_PATH)"
411 $(call cmd,install)
413
414ifeq ($(KBUILD_EXTMOD),)
415# We need to generate vdso-offsets.h before compiling certain files in kernel/.
416# In order to do that, we should use the archprepare target, but we can't since
417# asm-offsets.h is included in some files used to generate vdso-offsets.h, and
418# asm-offsets.h is built in prepare0, for which archprepare is a dependency.
419# Therefore we need to generate the header after prepare0 has been made, hence
420# this hack.

--- 37 unchanged lines hidden ---
412
413ifeq ($(KBUILD_EXTMOD),)
414# We need to generate vdso-offsets.h before compiling certain files in kernel/.
415# In order to do that, we should use the archprepare target, but we can't since
416# asm-offsets.h is included in some files used to generate vdso-offsets.h, and
417# asm-offsets.h is built in prepare0, for which archprepare is a dependency.
418# Therefore we need to generate the header after prepare0 has been made, hence
419# this hack.

--- 37 unchanged lines hidden ---