Makefile (8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17) | Makefile (54d3d7d363823782c3444ddc41bb8cf1edc80514) |
---|---|
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) | 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 | 12KBUILD_CFLAGS += -fno-builtin |
14 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 --- 33 unchanged lines hidden --- | 13 14subdir-y := lib 15targets += vmlinux.bin vmlinux.bin.gz 16targets += uImage xipImage 17 18# Subdirs for the boot loader(s) 19 20boot-$(CONFIG_XTENSA_PLATFORM_ISS) += Image --- 33 unchanged lines hidden --- |