arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / parisc / boot / Makefile
blob61f44142cfe11fa9ff19eefcd33047733388b20d
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Makefile for the linux parisc-specific parts of the boot image creator.
6 targets := image
7 targets += bzImage
8 subdir- := compressed
10 $(obj)/image: vmlinux FORCE
11 $(call if_changed,objcopy)
13 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
14 $(call if_changed,objcopy)
16 $(obj)/compressed/vmlinux: FORCE
17 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
19 install: $(CONFIGURE) $(obj)/bzImage
20 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
21 System.map "$(INSTALL_PATH)"