Makefile (f43dc23d5ea91fca257be02138a255f02d98e806) Makefile (50cfa79dcb91a7c40038b7a13b7e2242b541242f)
1#
2# arch/sh/Makefile
3#
4# Copyright (C) 1999 Kaz Kojima
5# Copyright (C) 2002 - 2008 Paul Mundt
6# Copyright (C) 2002 M. R. Brown
7#
8# This file is subject to the terms and conditions of the GNU General Public

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

195
196ifeq ($(CONFIG_DWARF_UNWINDER),y)
197 KBUILD_CFLAGS += -fasynchronous-unwind-tables
198endif
199
200libs-$(CONFIG_SUPERH32) := arch/sh/lib/ $(libs-y)
201libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y)
202
1#
2# arch/sh/Makefile
3#
4# Copyright (C) 1999 Kaz Kojima
5# Copyright (C) 2002 - 2008 Paul Mundt
6# Copyright (C) 2002 M. R. Brown
7#
8# This file is subject to the terms and conditions of the GNU General Public

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

195
196ifeq ($(CONFIG_DWARF_UNWINDER),y)
197 KBUILD_CFLAGS += -fasynchronous-unwind-tables
198endif
199
200libs-$(CONFIG_SUPERH32) := arch/sh/lib/ $(libs-y)
201libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y)
202
203BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.lzo \
203BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \
204 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
205 romImage
206PHONY += $(BOOT_TARGETS)
207
208all: $(KBUILD_IMAGE)
209
210$(BOOT_TARGETS): vmlinux
211 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@

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

225 @echo ' vmlinux.srec - Create an ELF S-record'
226 @echo ' vmlinux.bin - Create an uncompressed binary image'
227 @echo '* uImage - Alias to bootable U-Boot image'
228 @echo ' uImage.srec - Create an S-record for U-Boot'
229 @echo ' uImage.bin - Kernel-only image for U-Boot (bin)'
230 @echo '* uImage.gz - Kernel-only image for U-Boot (gzip)'
231 @echo ' uImage.bz2 - Kernel-only image for U-Boot (bzip2)'
232 @echo ' uImage.lzma - Kernel-only image for U-Boot (lzma)'
204 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
205 romImage
206PHONY += $(BOOT_TARGETS)
207
208all: $(KBUILD_IMAGE)
209
210$(BOOT_TARGETS): vmlinux
211 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@

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

225 @echo ' vmlinux.srec - Create an ELF S-record'
226 @echo ' vmlinux.bin - Create an uncompressed binary image'
227 @echo '* uImage - Alias to bootable U-Boot image'
228 @echo ' uImage.srec - Create an S-record for U-Boot'
229 @echo ' uImage.bin - Kernel-only image for U-Boot (bin)'
230 @echo '* uImage.gz - Kernel-only image for U-Boot (gzip)'
231 @echo ' uImage.bz2 - Kernel-only image for U-Boot (bzip2)'
232 @echo ' uImage.lzma - Kernel-only image for U-Boot (lzma)'
233 @echo ' uImage.xz - Kernel-only image for U-Boot (xz)'
233 @echo ' uImage.lzo - Kernel-only image for U-Boot (lzo)'
234endef
234 @echo ' uImage.lzo - Kernel-only image for U-Boot (lzo)'
235endef