Makefile (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Makefile (7b6ef6e570eab9714f9b2374e0bad179bff99fdd) |
---|---|
1# 2# arch/sh/boot/Makefile 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) 1999 Stuart Menefy --- 13 unchanged lines hidden (view full) --- 22suffix-y := bin 23suffix-$(CONFIG_KERNEL_GZIP) := gz 24suffix-$(CONFIG_KERNEL_BZIP2) := bz2 25suffix-$(CONFIG_KERNEL_LZMA) := lzma 26suffix-$(CONFIG_KERNEL_XZ) := xz 27suffix-$(CONFIG_KERNEL_LZO) := lzo 28 29targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ | 1# 2# arch/sh/boot/Makefile 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) 1999 Stuart Menefy --- 13 unchanged lines hidden (view full) --- 22suffix-y := bin 23suffix-$(CONFIG_KERNEL_GZIP) := gz 24suffix-$(CONFIG_KERNEL_BZIP2) := bz2 25suffix-$(CONFIG_KERNEL_LZMA) := lzma 26suffix-$(CONFIG_KERNEL_XZ) := xz 27suffix-$(CONFIG_KERNEL_LZO) := lzo 28 29targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ |
30 uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin 31extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ | 30 uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin \ 31 vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ |
32 vmlinux.bin.xz vmlinux.bin.lzo 33subdir- := compressed romimage 34 35$(obj)/zImage: $(obj)/compressed/vmlinux FORCE 36 $(call if_changed,objcopy) 37 @echo ' Kernel: $@ is ready' 38 39$(obj)/compressed/vmlinux: FORCE --- 76 unchanged lines hidden --- | 32 vmlinux.bin.xz vmlinux.bin.lzo 33subdir- := compressed romimage 34 35$(obj)/zImage: $(obj)/compressed/vmlinux FORCE 36 $(call if_changed,objcopy) 37 @echo ' Kernel: $@ is ready' 38 39$(obj)/compressed/vmlinux: FORCE --- 76 unchanged lines hidden --- |