Makefile (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) Makefile (c425c546c0f149560c778595c1a20a88a444711f)
1#
2# arch/xtensa/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#
9
10
11# KBUILD_CFLAGS used when building rest of boot (takes effect recursively)
12KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include
13HOSTFLAGS += -Iarch/$(ARCH)/boot/include
14
1#
2# arch/xtensa/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#
9
10
11# KBUILD_CFLAGS used when building rest of boot (takes effect recursively)
12KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include
13HOSTFLAGS += -Iarch/$(ARCH)/boot/include
14
15BIG_ENDIAN := $(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#")
16
17export BIG_ENDIAN
18
19subdir-y := lib
20targets += vmlinux.bin vmlinux.bin.gz
21targets += uImage xipImage
22
23# Subdirs for the boot loader(s)
24
25boot-$(CONFIG_XTENSA_PLATFORM_ISS) += Image
26boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage

--- 32 unchanged lines hidden ---
15subdir-y := lib
16targets += vmlinux.bin vmlinux.bin.gz
17targets += uImage xipImage
18
19# Subdirs for the boot loader(s)
20
21boot-$(CONFIG_XTENSA_PLATFORM_ISS) += Image
22boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage

--- 32 unchanged lines hidden ---